X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fdb.h;h=a899e51e40c7f80617e8445999897280f00a6328;hb=9795536e660254a25984d0fc81a548eaf0e91c92;hp=f3b7caceb1731633e27e99a3d92d84bd30aead40;hpb=8c8cd5f399c10e3670955dff8a7c22dd20934bb4;p=novacoin.git diff --git a/src/db.h b/src/db.h index f3b7cac..a899e51 100644 --- a/src/db.h +++ b/src/db.h @@ -291,8 +291,6 @@ public: bool WriteHashBestChain(uint256 hashBestChain); bool ReadBestInvalidTrust(uint64& nBestInvalidTrust); bool WriteBestInvalidTrust(uint64 nBestInvalidTrust); - bool ReadAutoCheckpoint(int& nAutoCheckpoint); - bool WriteAutoCheckpoint(int nCheckpoint, bool fReset=false); bool ReadSyncCheckpoint(uint256& hashCheckpoint); bool WriteSyncCheckpoint(uint256 hashCheckpoint); bool LoadBlockIndex();