aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/init.cpp')
-rw-r--r--src/wallet/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/init.cpp b/src/wallet/init.cpp
index 95b188b629..f39201e79c 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;