mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-29 18:05:58 +02:00
[wallet] Rename WalletVerify() to VerifyWallets()
This function can now verify multiple wallets.
This commit is contained in:
@@ -171,7 +171,7 @@ bool WalletParameterInteraction()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool WalletVerify()
|
||||
bool VerifyWallets()
|
||||
{
|
||||
if (gArgs.GetBoolArg("-disablewallet", DEFAULT_DISABLE_WALLET))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user