mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 07:09:15 +01:00
668 B
668 B
- A new
importmempoolRPC has been added. It loads a validmempool.datfile 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. (#27460)- 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
getprioritisedtransactionsandprioritisetransactionRPCs instead of theapply_fee_delta_priorityoption to avoid double-prioritising any already-prioritised transactions in the mempool.