Resilvering
This commit is contained in:
committed by
Gavin Andresen
parent
e6a729d2d8
commit
9e9869d0fe
5
src/db.h
5
src/db.h
@@ -32,7 +32,7 @@ extern DbEnv dbenv;
|
||||
extern void DBFlush(bool fShutdown);
|
||||
void ThreadFlushWalletDB(void* parg);
|
||||
bool BackupWallet(const CWallet& wallet, const std::string& strDest);
|
||||
|
||||
extern bool Resilver(const std::string& strFile);
|
||||
|
||||
|
||||
|
||||
@@ -257,6 +257,8 @@ public:
|
||||
{
|
||||
return Write(std::string("version"), nVersion);
|
||||
}
|
||||
|
||||
friend bool Resilver(const std::string&);
|
||||
};
|
||||
|
||||
|
||||
@@ -349,6 +351,7 @@ enum DBErrors
|
||||
DB_CORRUPT,
|
||||
DB_TOO_NEW,
|
||||
DB_LOAD_FAIL,
|
||||
DB_NEED_RESILVER
|
||||
};
|
||||
|
||||
class CWalletDB : public CDB
|
||||
|
||||
Reference in New Issue
Block a user