aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-15937.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-10-02 11:26:05 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-10-02 11:24:46 +0200
commit99992e78329f5f4352a8e8890669061f0c3536e4 (patch)
treecfab7317400355e9358ca0e971733ecbb56213c3 /doc/release-notes-15937.md
parent60ec57b3d73e5cef71ebf3c4cdf54a4474bf492b (diff)
downloadbitcoin-99992e78329f5f4352a8e8890669061f0c3536e4.tar.xz
doc: Collect release-notes snippets
Diffstat (limited to 'doc/release-notes-15937.md')
-rw-r--r--doc/release-notes-15937.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/release-notes-15937.md b/doc/release-notes-15937.md
deleted file mode 100644
index 1ab817b0e5..0000000000
--- a/doc/release-notes-15937.md
+++ /dev/null
@@ -1,15 +0,0 @@
-Configuration
--------------
-
-Wallets created or loaded in the GUI will now be automatically loaded on
-startup, so they don't need to be manually reloaded next time Bitcoin is
-started. The list of wallets to load on startup is stored in
-`\<datadir\>/settings.json` and augments any command line or `bitcoin.conf`
-`-wallet=` settings that specify more wallets to load. Wallets that are
-unloaded in the GUI get removed from the settings list so they won't load again
-automatically next startup. (#19754)
-
-The `createwallet`, `loadwallet`, and `unloadwallet` RPCs now accept
-`load_on_startup` options to modify the settings list. Unless these options are
-explicitly set to true or false, the list is not modified, so the RPC methods
-remain backwards compatible. (#15937)