diff options
| author | John Newbery <[email protected]> | 2017-08-29 11:51:02 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2017-09-07 16:21:09 -0700 |
| commit | 1b9cee66e1c50cb6f110793ec5dc4c6a291cce36 (patch) | |
| tree | 77654dbc19f0924841b6181008f6b72f3a0244ca /src/wallet/init.cpp | |
| parent | [wallet] Rename InitLoadWallet() to OpenWallets() (diff) | |
| download | discoin-1b9cee66e1c50cb6f110793ec5dc4c6a291cce36.tar.xz discoin-1b9cee66e1c50cb6f110793ec5dc4c6a291cce36.zip | |
[wallet] Rename WalletVerify() to VerifyWallets()
This function can now verify multiple wallets.
Diffstat (limited to 'src/wallet/init.cpp')
| -rw-r--r-- | src/wallet/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/init.cpp b/src/wallet/init.cpp index 95b188b62..f39201e79 100644 --- a/src/wallet/init.cpp +++ b/src/wallet/init.cpp @@ -171,7 +171,7 @@ bool WalletParameterInteraction() return true; } -bool WalletVerify() +bool VerifyWallets() { if (gArgs.GetBoolArg("-disablewallet", DEFAULT_DISABLE_WALLET)) return true; |