mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
[rpc] add getprioritisedtransactions
This allows the user to see prioritisation for not-in-mempool transactions.
This commit is contained in:
3
doc/release-notes-27501.md
Normal file
3
doc/release-notes-27501.md
Normal 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.
|
||||
Reference in New Issue
Block a user