1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00:00

doc: Add 23061 release notes

Github-Pull: #23061
Rebased-From: faa9c19a4b27e7fabf7c5deae1b4c4ca612ed01a
This commit is contained in:
MarcoFalke 2021-09-23 16:56:32 +02:00 committed by fanquake
parent db76db7329
commit 92d44ff36c
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -60,6 +60,12 @@ New settings
Updated settings
----------------
- In previous releases, the meaning of the command line option
`-persistmempool` (without a value provided) incorrectly disabled mempool
persistence. `-persistmempool` is now treated like other boolean options to
mean `-persistmempool=1`. Passing `-persistmempool=0`, `-persistmempool=1`
and `-nopersistmempool` is unaffected. (#23061)
Tools and Utilities
-------------------