mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
327 B
8 lines
327 B
1 year ago
|
mempool.dat compatibility
|
||
|
========================
|
||
|
|
||
|
The `mempool.dat` file created by -persistmempool or the savemempool RPC will
|
||
|
be written in a new format, which can not be read by previous software
|
||
|
releases. To allow for a downgrade, a temporary setting `-persistmempoolv1` has
|
||
|
been added to fall back to the legacy format.
|