diff options
| author | Jan Čapek <[email protected]> | 2017-12-24 11:00:30 +0000 |
|---|---|---|
| committer | Jan Čapek <[email protected]> | 2017-12-24 11:00:30 +0000 |
| commit | c198dc00e1611b43d031920e7f9912fc25a359c3 (patch) | |
| tree | 54b0a411320fdb5da35f9186e044d537d7bb2229 | |
| parent | Merge #11517: Tests: Improve benchmark precision (diff) | |
| download | discoin-c198dc00e1611b43d031920e7f9912fc25a359c3.tar.xz discoin-c198dc00e1611b43d031920e7f9912fc25a359c3.zip | |
[Doc] Clarify the meaning of fee delta not being a fee rate in prioritisetransaction RPC
| -rw-r--r-- | src/rpc/mining.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index d003be495..caa9a7d53 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -240,6 +240,7 @@ UniValue prioritisetransaction(const JSONRPCRequest& request) "2. dummy (numeric, optional) API-Compatibility for previous API. Must be zero or null.\n" " DEPRECATED. For forward compatibility use named arguments and omit this parameter.\n" "3. fee_delta (numeric, required) The fee value (in satoshis) to add (or subtract, if negative).\n" + " Note, that this value is not a fee rate. It is a value to modify absolute fee of the TX.\n" " The fee is not actually paid, only the algorithm for selecting transactions into a block\n" " considers the transaction as it would have paid a higher (or lower) fee.\n" "\nResult:\n" |