mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 1803fee1cf into merged_master (Bitcoin PR bitcoin/bitcoin#28637)
This commit is contained in:
commit
64378f1c09
1 changed files with 7 additions and 0 deletions
7
doc/release-notes-27460.md
Normal file
7
doc/release-notes-27460.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- 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. (#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 `getprioritisedtransactions` and
|
||||
`prioritisetransaction` RPCs instead of the `apply_fee_delta_priority` option to avoid
|
||||
double-prioritising any already-prioritised transactions in the mempool.
|
||||
Loading…
Add table
Add a link
Reference in a new issue