mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
327 B
327 B
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.