Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rpc/wavewalletrpc/wallet.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rpc/wavewalletrpc/wallet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ message OnchainAddressRequest {
string address = 1;

// sweep_all marks an onchain send that drained the selected VTXOs
// entirely (wavecli send --send-all). A sweep's pending amount is the
// entirely (wavecli send --sweep-all). A sweep's pending amount is the
// gross outflow with the operator fee still baked in (the fee is only
// known once the leave round seals), so completion uses this marker to
// net the settled fee back out of the displayed amount. Bounded sends
Expand Down
Loading