Skip to content

Commit c198dc0

Browse files
committed
[Doc] Clarify the meaning of fee delta not being a fee rate in prioritisetransaction RPC
1 parent 5180a86 commit c198dc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/mining.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ UniValue prioritisetransaction(const JSONRPCRequest& request)
240240
"2. dummy (numeric, optional) API-Compatibility for previous API. Must be zero or null.\n"
241241
" DEPRECATED. For forward compatibility use named arguments and omit this parameter.\n"
242242
"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"
243244
" The fee is not actually paid, only the algorithm for selecting transactions into a block\n"
244245
" considers the transaction as it would have paid a higher (or lower) fee.\n"
245246
"\nResult:\n"

0 commit comments

Comments
 (0)