prioritisetransaction
prioritisetransaction txid fee delta
Accepts the transaction into mined blocks at a higher (or lower) priority
yerbas-cli prioritisetransaction "txid" 10000
Arguments
Argument | Type | Description |
---|---|---|
"txid" | (string) | The transaction id. |
fee_delta | (string) | The fee value (in duffs) to add (or subtract, if negative). The fee is not actually paid, only the algorithm for selecting transactions into a block considers the transaction as it would have paid a higher (or lower) fee. |
Arguments:
1. "txid" (string, required) The transaction id.
2. fee_delta (numeric, required) The fee value (in duffs) to add (or subtract, if negative).
The fee is not actually paid, only the algorithm for selecting transactions into a block
considers the transaction as it would have paid a higher (or lower) fee.
Output
Result | Type | Description |
---|---|---|
true | (boolean) | Returns true |
Result:
true (boolean) Returns true
Examples
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "prioritisetransaction", "params": ["txid", 10000] }' -H 'content-type: text/plain;' http://127.0.0.1:9998/