Skip to content

Commit 5d2a399

Browse files
committed
[trivial] fixup comment for VerifyWallets()
1 parent 43b0e81 commit 5d2a399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/init.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void RegisterWalletRPC(CRPCTable &tableRPC);
2222

2323
//! Responsible for reading and validating the -wallet arguments and verifying the wallet database.
2424
// This function will perform salvage on the wallet if requested, as long as only one wallet is
25-
// being loaded (CWallet::ParameterInteraction forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet).
25+
// being loaded (WalletParameterInteraction forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet).
2626
bool VerifyWallets();
2727

2828
//! Load wallet databases.

0 commit comments

Comments
 (0)