We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5180a86 commit c198dc0Copy full SHA for c198dc0
src/rpc/mining.cpp
@@ -240,6 +240,7 @@ UniValue prioritisetransaction(const JSONRPCRequest& request)
240
"2. dummy (numeric, optional) API-Compatibility for previous API. Must be zero or null.\n"
241
" DEPRECATED. For forward compatibility use named arguments and omit this parameter.\n"
242
"3. fee_delta (numeric, required) The fee value (in satoshis) to add (or subtract, if negative).\n"
243
+ " Note, that this value is not a fee rate. It is a value to modify absolute fee of the TX.\n"
244
" The fee is not actually paid, only the algorithm for selecting transactions into a block\n"
245
" considers the transaction as it would have paid a higher (or lower) fee.\n"
246
"\nResult:\n"
0 commit comments