mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
8 lines
327 B
Markdown
8 lines
327 B
Markdown
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.
|