diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-05-08 17:10:59 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-05-25 12:39:40 -0400 |
commit | d321046f4bb4887742699c586755a21f3a2edbe1 (patch) | |
tree | 983706f8795aa6e503103d11bc73e0cf11271e8d /src/wallet/load.h | |
parent | cdd955e580dff99f3fa440494ed2b348f7f094af (diff) |
wallet: remove -salvagewallet
Diffstat (limited to 'src/wallet/load.h')
-rw-r--r-- | src/wallet/load.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/load.h b/src/wallet/load.h index 5a62e29303..e24b1f2e69 100644 --- a/src/wallet/load.h +++ b/src/wallet/load.h @@ -16,8 +16,6 @@ class Chain; } // namespace interfaces //! 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 (WalletInit::ParameterInteraction() forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet). bool VerifyWallets(interfaces::Chain& chain, const std::vector<std::string>& wallet_files); //! Load wallet databases. |