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 16240f4 commit 09eaceeCopy full SHA for 09eacee
src/wallet/wallet.h
@@ -1066,7 +1066,9 @@ class CWallet : public CCryptoKeyStore, public CValidationInterface
1066
//! Flush wallet (bitdb flush)
1067
void Flush(bool shutdown=false);
1068
1069
- //! Verify the wallet database and perform salvage if required
+ //! Responsible for reading and validating the -wallet arguments and verifying the wallet database.
1070
+ // This function will perform salvage on the wallet if requested, as long as only one wallet is
1071
+ // being loaded (CWallet::ParameterInteraction forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet).
1072
static bool Verify();
1073
1074
/**
0 commit comments