PPCoin: Automatic checkpoint
[novacoin.git] / src / db.h
index 578a497..06e8dbd 100644 (file)
--- a/src/db.h
+++ b/src/db.h
@@ -291,6 +291,8 @@ public:
     bool WriteHashBestChain(uint256 hashBestChain);
     bool ReadBestInvalidTrust(uint64& nBestInvalidTrust);
     bool WriteBestInvalidTrust(uint64 nBestInvalidTrust);
+    bool ReadAutoCheckpoint(int& nAutoCheckpoint);
+    bool WriteAutoCheckpoint(int nCheckpoint);
     bool LoadBlockIndex();
 };