mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
[wallet] fix comment for CWallet::Verify()
This commit is contained in:
parent
16240f43a5
commit
09eacee6b2
@ -1066,7 +1066,9 @@ public:
|
|||||||
//! Flush wallet (bitdb flush)
|
//! Flush wallet (bitdb flush)
|
||||||
void Flush(bool shutdown=false);
|
void Flush(bool shutdown=false);
|
||||||
|
|
||||||
//! Verify the wallet database and perform salvage if required
|
//! 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).
|
||||||
static bool Verify();
|
static bool Verify();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user