mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05: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.