Skip to content

Commit 778b9be

Browse files
committed
wallet, rpc: fix send subtract_fee_from_outputs help
1 parent 603c005 commit 778b9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4034,7 +4034,7 @@ static RPCHelpMan send()
40344034
{"locktime", RPCArg::Type::NUM, /* default */ "0", "Raw locktime. Non-0 value also locktime-activates inputs"},
40354035
{"lock_unspents", RPCArg::Type::BOOL, /* default */ "false", "Lock selected unspent outputs"},
40364036
{"psbt", RPCArg::Type::BOOL, /* default */ "automatic", "Always return a PSBT, implies add_to_wallet=false."},
4037-
{"subtract_fee_from_outputs", RPCArg::Type::ARR, /* default */ "empty array", "A JSON array of integers.\n"
4037+
{"subtract_fee_from_outputs", RPCArg::Type::ARR, /* default */ "empty array", "Outputs to subtract the fee from, specified as integer indices.\n"
40384038
"The fee will be equally deducted from the amount of each specified output.\n"
40394039
"Those recipients will receive less bitcoins than you enter in their corresponding amount field.\n"
40404040
"If no outputs are specified here, the sender pays the fee.",

0 commit comments

Comments
 (0)