mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01: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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user