You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/wallet/rpc/spend.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1292,7 +1292,7 @@ RPCHelpMan sendall()
1292
1292
{
1293
1293
return RPCHelpMan{"sendall",
1294
1294
"EXPERIMENTAL warning: this call may be changed in future releases.\n"
1295
-
"\nSpend the value of all (or specific) confirmed UTXOs in the wallet to one or more recipients.\n"
1295
+
"\nSpend the value of all (or specific) confirmed UTXOs and unconfirmed change in the wallet to one or more recipients.\n"
1296
1296
"Unconfirmed inbound UTXOs and locked UTXOs will not be spent. Sendall will respect the avoid_reuse wallet flag.\n"
1297
1297
"If your wallet contains many small inputs, either because it received tiny payments or as a result of accumulating change, consider using `send_max` to exclude inputs that are worth less than the fees needed to spend them.\n",
0 commit comments