mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
99f8046829
This allows the user to see prioritisation for not-in-mempool transactions.
3 lines
236 B
Markdown
3 lines
236 B
Markdown
- 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.
|