Skip to content

Commit

Permalink
[trivial] fixup comment for VerifyWallets()
Browse files Browse the repository at this point in the history
  • Loading branch information
John Newbery committed Sep 7, 2017
1 parent 43b0e81 commit 5d2a399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5d2a399

Please sign in to comment.