mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-31 09:14:56 +00:00
Merge pull request #5983
This commit is contained in:
commit
c2fa084611
@ -25,9 +25,6 @@ class COutPoint;
|
|||||||
|
|
||||||
extern unsigned int nWalletDBUpdated;
|
extern unsigned int nWalletDBUpdated;
|
||||||
|
|
||||||
void ThreadFlushWalletDB(const std::string& strWalletFile);
|
|
||||||
|
|
||||||
|
|
||||||
class CDBEnv
|
class CDBEnv
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
@ -138,5 +138,6 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
bool BackupWallet(const CWallet& wallet, const std::string& strDest);
|
bool BackupWallet(const CWallet& wallet, const std::string& strDest);
|
||||||
|
void ThreadFlushWalletDB(const std::string& strFile);
|
||||||
|
|
||||||
#endif // BITCOIN_WALLETDB_H
|
#endif // BITCOIN_WALLETDB_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user