Skip to content

Commit 1b672eb

Browse files
theStackglozow
andcommitted
doc: add release note for bitcoin#27460 (new importmempool RPC)
Co-authored-by: glozow <[email protected]>
1 parent ab2f531 commit 1b672eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/release-notes-27460.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- A new `importmempool` RPC has been added. It loads a valid `mempool.dat` file and attempts to
2+
add its contents to the mempool. This can be useful to import mempool data from another node
3+
without having to modify the datadir contents and without having to restart the node. (#27460)
4+
- Warning: Importing untrusted files is dangerous, especially if metadata from the file is taken over.
5+
- If you want to apply fee deltas, it is recommended to use the `getprioritisedtransactions` and
6+
`prioritisetransaction` RPCs instead of the `apply_fee_delta_priority` option to avoid
7+
double-prioritising any already-prioritised transactions in the mempool.

0 commit comments

Comments
 (0)