|
|
|
@ -17,7 +17,7 @@ bool WalletParameterInteraction();
@@ -17,7 +17,7 @@ bool WalletParameterInteraction();
|
|
|
|
|
//! 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).
|
|
|
|
|
bool WalletVerify(); |
|
|
|
|
bool VerifyWallets(); |
|
|
|
|
|
|
|
|
|
//! Load wallet databases.
|
|
|
|
|
bool OpenWallets(); |
|
|
|
|