aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2023-04-16 12:23:05 +0100
committerglozow <gloriajzhao@gmail.com>2023-05-10 21:10:44 +0100
commit99f8046829f699ff2eace266aa8cea1d9f7cb65a (patch)
treeb1166c0f45595266147d08cbb2a229657be1cabd /doc
parent9e9ca36c80013749faaf2aa777d52bd07d9d24ec (diff)
downloadbitcoin-99f8046829f699ff2eace266aa8cea1d9f7cb65a.tar.xz
[rpc] add getprioritisedtransactions
This allows the user to see prioritisation for not-in-mempool transactions.
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-27501.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes-27501.md b/doc/release-notes-27501.md
new file mode 100644
index 0000000000..386a00fb34
--- /dev/null
+++ b/doc/release-notes-27501.md
@@ -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.