aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-09-07 16:22:11 -0700
committerJohn Newbery <john@johnnewbery.com>2017-09-07 16:22:11 -0700
commit5d2a3995e7035b3607a11660a2c8330a548f733d (patch)
tree9aa1fb09499e9ece70551da9d051b7654f64894a /src
parent43b0e81d0f8f5d235e1cdaa2ee128b67259f7109 (diff)
downloadbitcoin-5d2a3995e7035b3607a11660a2c8330a548f733d.tar.xz
[trivial] fixup comment for VerifyWallets()
Diffstat (limited to 'src')
-rw-r--r--src/wallet/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/init.h b/src/wallet/init.h
index 0d5e5f0cde..0b3ee2dda2 100644
--- a/src/wallet/init.h
+++ b/src/wallet/init.h
@@ -22,7 +22,7 @@ void RegisterWalletRPC(CRPCTable &tableRPC);
//! Responsible for reading and validating the -wallet arguments and verifying the wallet database.
// This function will perform salvage on the wallet if requested, as long as only one wallet is
-// being loaded (CWallet::ParameterInteraction forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet).
+// being loaded (WalletParameterInteraction forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet).
bool VerifyWallets();
//! Load wallet databases.