Skip to content

Commit fafd040

Browse files
author
MarcoFalke
committed
rpc: Add description to fundrawtransaction vout_index
1 parent 1db0096 commit fafd040

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
@@ -3005,7 +3005,7 @@ static UniValue fundrawtransaction(const JSONRPCRequest& request)
30053005
" Those recipients will receive less bitcoins than you enter in their corresponding amount field.\n"
30063006
" If no outputs are specified here, the sender pays the fee.",
30073007
{
3008-
{"vout_index", RPCArg::Type::NUM, /* opt */ true, /* default_val */ "", ""},
3008+
{"vout_index", RPCArg::Type::NUM, /* opt */ true, /* default_val */ "", "The zero-based output index, before a change output is added."},
30093009
},
30103010
},
30113011
{"replaceable", RPCArg::Type::BOOL, /* opt */ true, /* default_val */ "", "Marks this transaction as BIP125 replaceable.\n"

0 commit comments

Comments
 (0)