aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-23 16:56:32 +0200
committerfanquake <fanquake@gmail.com>2022-02-15 09:22:04 +0000
commit92d44ff36cc12e34f93bfcc4ec31ffae8787100c (patch)
tree01ef991a161f44ea69b02ac86b89f9ad4c61ad5b
parentdb76db7329f6357c5226cd08611fe0f669c002af (diff)
downloadbitcoin-92d44ff36cc12e34f93bfcc4ec31ffae8787100c.tar.xz
doc: Add 23061 release notes
Github-Pull: #23061 Rebased-From: faa9c19a4b27e7fabf7c5deae1b4c4ca612ed01a
-rw-r--r--doc/release-notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 28d9487777..6f03d7d1ac 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -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
-------------------