Skip to content

Commit cd8e45b

Browse files
author
MarcoFalke
committed
Merge #12007: [Doc] Clarify the meaning of fee delta not being a fee rate in prioritisetransaction RPC
c198dc0 [Doc] Clarify the meaning of fee delta not being a fee rate in prioritisetransaction RPC (Jan Čapek) Pull request description: Hi, I have faced some confusion among our developers considering this being a fee rate. Would you consider including this tiny doc update? Best regards, Jan Capek Tree-SHA512: cd0560540418e53c5c19ceab2d5aca229f4ef6b788b9543695742522e1c63a7f2cce2574b47fead098a106da2f77e297f0c728474565f6259b50d62369bbe7da
2 parents a04440f + c198dc0 commit cd8e45b

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
@@ -235,6 +235,7 @@ UniValue prioritisetransaction(const JSONRPCRequest& request)
235235
"2. dummy (numeric, optional) API-Compatibility for previous API. Must be zero or null.\n"
236236
" DEPRECATED. For forward compatibility use named arguments and omit this parameter.\n"
237237
"3. fee_delta (numeric, required) The fee value (in satoshis) to add (or subtract, if negative).\n"
238+
" Note, that this value is not a fee rate. It is a value to modify absolute fee of the TX.\n"
238239
" The fee is not actually paid, only the algorithm for selecting transactions into a block\n"
239240
" considers the transaction as it would have paid a higher (or lower) fee.\n"
240241
"\nResult:\n"

0 commit comments

Comments
 (0)