0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-06 10:18:44 -05:00
bitcoin-bitcoin-core/src/qt/test
Andrew Chow f1ee37319a wallet: Reload previously loaded wallets on GUI startup
Enable the GUI to also use the load_on_startup feature.
Wallets loaded in the GUI always have load_on_startup=true.
When they are unloaded from the GUI, load_on_startup=false.

To facilitate this change, UpdateWalletSetting is moved into the wallet
module and called from within LoadWallet, RemoveWallet, and
Createwallet. This change does not actually touch the GUI code but
rather the wallet functions that are shared between the GUI and RPC.
2020-09-01 12:13:50 -04:00
..
addressbooktests.cpp wallet: Reload previously loaded wallets on GUI startup 2020-09-01 12:13:50 -04:00
addressbooktests.h scripted-diff: Add missed copyright headers 2020-01-04 20:18:28 +02:00
apptests.cpp Reduce cs_main lock accumulation during GUI startup 2020-08-12 16:44:09 +02:00
apptests.h scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
compattests.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
compattests.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
Makefile build: add stub makefiles for easier subdir builds 2014-06-05 16:05:43 -04:00
rpcnestedtests.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
rpcnestedtests.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
test_main.cpp gui: Replace interface::Node references with pointers 2020-08-26 05:52:31 -04:00
uritests.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
uritests.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
util.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
util.h scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
wallettests.cpp wallet: Reload previously loaded wallets on GUI startup 2020-09-01 12:13:50 -04:00
wallettests.h scripted-diff: Add missed copyright headers 2020-01-04 20:18:28 +02:00