[trivial] fixup comment for VerifyWallets()

This commit is contained in:
John Newbery 2017-09-07 16:22:11 -07:00
parent 43b0e81d0f
commit 5d2a3995e7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ void RegisterWalletRPC(CRPCTable &tableRPC);
//! Responsible for reading and validating the -wallet arguments and verifying the wallet database. //! 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 // 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(); bool VerifyWallets();
//! Load wallet databases. //! Load wallet databases.