We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b0e81 commit 5d2a399Copy full SHA for 5d2a399
src/wallet/init.h
@@ -22,7 +22,7 @@ void RegisterWalletRPC(CRPCTable &tableRPC);
22
23
//! Responsible for reading and validating the -wallet arguments and verifying the wallet database.
24
// 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).
+// being loaded (WalletParameterInteraction forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet).
26
bool VerifyWallets();
27
28
//! Load wallet databases.
0 commit comments