mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-21 05:00:10 +01:00
[wallet] Rename InitLoadWallet() to OpenWallets()
Rationale: - this init function can now open multiple wallets (hence Wallet->Wallets) - This is named as the antonym to CloseWallets(), which carries out the opposite action.
This commit is contained in:
@@ -228,7 +228,7 @@ bool WalletVerify()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool InitLoadWallet()
|
||||
bool OpenWallets()
|
||||
{
|
||||
if (gArgs.GetBoolArg("-disablewallet", DEFAULT_DISABLE_WALLET)) {
|
||||
LogPrintf("Wallet disabled!\n");
|
||||
|
||||
Reference in New Issue
Block a user