Skip to content

Commit

Permalink
doc: add release note for bitcoin#27460 (new importmempool RPC)
Browse files Browse the repository at this point in the history
Co-authored-by: glozow <gloriajzhao@gmail.com>
  • Loading branch information
theStack and glozow committed Oct 12, 2023
1 parent 744157e commit 5960364
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/release-notes-27460.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- A new `importmempool` RPC has been added. It loads a valid `mempool.dat` file and attempts to
add its contents to the mempool. This can be useful to import mempool data from another node
without having to modify the datadir contents and without having to restart the node.
- Warning: Importing untrusted files is dangerous, especially if metadata from the file is taken over.
- If you want to apply fee deltas, it is recommended to use the `getprioritisedtransactions` and
`prioritisetransaction` RPCs instead of the `apply_fee_delta_priority` option to avoid duplicates.

0 comments on commit 5960364

Please sign in to comment.