[rpc] add getprioritisedtransactions

This allows the user to see prioritisation for not-in-mempool
transactions.
This commit is contained in:
glozow
2023-04-16 12:23:05 +01:00
parent 9e9ca36c80
commit 99f8046829
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
- A new `getprioritisedtransactions` RPC has been added. It returns a map of all fee deltas created by the
user with prioritisetransaction, indexed by txid. The map also indicates whether each transaction is
present in the mempool.