Skip to content

Commit bda84a0

Browse files
committed
rpc: Add documentation for deactivating settxfee
1 parent 5f9cd62 commit bda84a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2318,7 +2318,8 @@ static UniValue settxfee(const JSONRPCRequest& request)
23182318
}
23192319

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

0 commit comments

Comments
 (0)