aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-15937.md
blob: ec7d355dfaf0e5e5e41a6307383769047fe32942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Configuration
-------------

The `createwallet`, `loadwallet`, and `unloadwallet` RPCs now accept
`load_on_startup` options that modify bitcoin's dynamic configuration in
`\<datadir\>/settings.json`, and can add or remove a wallet from the list of
wallets automatically loaded at startup. Unless these options are explicitly
set to true or false, the load on startup wallet list is not modified, so this
change is backwards compatible.

In the future, the GUI will start updating the same startup wallet list as the
RPCs to automatically reopen wallets previously opened in the GUI.