mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Accepts the transaction into mined blocks at a higher (or lower) priority
This commit is contained in:
parent
343feecf56
commit
2a72d4591f
8 changed files with 74 additions and 3 deletions
|
|
@ -254,6 +254,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "getblocktemplate", &getblocktemplate, true, false, false },
|
||||
{ "getmininginfo", &getmininginfo, true, false, false },
|
||||
{ "getnetworkhashps", &getnetworkhashps, true, false, false },
|
||||
{ "prioritisetransaction", &prioritisetransaction, true, false, false },
|
||||
{ "submitblock", &submitblock, false, true, false },
|
||||
|
||||
/* Raw transactions */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue