We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
importmempool
1 parent ab2f531 commit 1b672ebCopy full SHA for 1b672eb
doc/release-notes-27460.md
@@ -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