diff --git a/rpc/wavewalletrpc/wallet.pb.go b/rpc/wavewalletrpc/wallet.pb.go index ae4997fa4..36aa80c8d 100644 --- a/rpc/wavewalletrpc/wallet.pb.go +++ b/rpc/wavewalletrpc/wallet.pb.go @@ -5478,7 +5478,7 @@ type OnchainAddressRequest struct { // address is the bech32 onchain address originally issued or targeted. Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // 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 diff --git a/rpc/wavewalletrpc/wallet.proto b/rpc/wavewalletrpc/wallet.proto index 309c9d659..e8192a9ec 100644 --- a/rpc/wavewalletrpc/wallet.proto +++ b/rpc/wavewalletrpc/wallet.proto @@ -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