Skip to content

Commit

Permalink
rpc: Add documentation for deactivating settxfee
Browse files Browse the repository at this point in the history
  • Loading branch information
fjahr committed Mar 31, 2020
1 parent 5f9cd62 commit bda84a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,8 @@ static UniValue settxfee(const JSONRPCRequest& request)
}

RPCHelpMan{"settxfee",
"\nSet the transaction fee per kB for this wallet. Overrides the global -paytxfee command line parameter.\n",
"\nSet the transaction fee per kB for this wallet. Overrides the global -paytxfee command line parameter.\n"
"Can be deactivated by passing 0 as the fee. In that case automatic fee selection will be used by default.\n",
{
{"amount", RPCArg::Type::AMOUNT, RPCArg::Optional::NO, "The transaction fee in " + CURRENCY_UNIT + "/kB"},
},
Expand Down

0 comments on commit bda84a0

Please sign in to comment.