PPCoin: Reset sync-checkpoint when checkpoint master key changes
[novacoin.git] / src / db.h
index a899e51..038c6c4 100644 (file)
--- a/src/db.h
+++ b/src/db.h
@@ -293,6 +293,8 @@ public:
     bool WriteBestInvalidTrust(uint64 nBestInvalidTrust);
     bool ReadSyncCheckpoint(uint256& hashCheckpoint);
     bool WriteSyncCheckpoint(uint256 hashCheckpoint);
+    bool ReadCheckpointPubKey(std::string& strPubKey);
+    bool WriteCheckpointPubKey(const std::string& strPubKey);
     bool LoadBlockIndex();
 };