Skip to content

Commit

Permalink
rpc: Add description to fundrawtransaction vout_index
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Dec 4, 2018
1 parent 1db0096 commit fafd040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3005,7 +3005,7 @@ static UniValue fundrawtransaction(const JSONRPCRequest& request)
" Those recipients will receive less bitcoins than you enter in their corresponding amount field.\n"
" If no outputs are specified here, the sender pays the fee.",
{
{"vout_index", RPCArg::Type::NUM, /* opt */ true, /* default_val */ "", ""},
{"vout_index", RPCArg::Type::NUM, /* opt */ true, /* default_val */ "", "The zero-based output index, before a change output is added."},
},
},
{"replaceable", RPCArg::Type::BOOL, /* opt */ true, /* default_val */ "", "Marks this transaction as BIP125 replaceable.\n"
Expand Down

0 comments on commit fafd040

Please sign in to comment.