diff options
author | John Newbery <john@johnnewbery.com> | 2017-09-07 16:22:11 -0700 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-09-07 16:22:11 -0700 |
commit | 5d2a3995e7035b3607a11660a2c8330a548f733d (patch) | |
tree | 9aa1fb09499e9ece70551da9d051b7654f64894a | |
parent | 43b0e81d0f8f5d235e1cdaa2ee128b67259f7109 (diff) |
[trivial] fixup comment for VerifyWallets()
-rw-r--r-- | src/wallet/init.h | 2 |
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. |