X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fdb.h;h=038c6c429de2fbc90269b4c78b1282b66573157c;hb=90f586177cfe64fcfaee902b72fd21ef06d5143f;hp=a899e51e40c7f80617e8445999897280f00a6328;hpb=b76dbc1806483254e6092e25a8d61069905b9ff1;p=novacoin.git diff --git a/src/db.h b/src/db.h index a899e51..038c6c4 100644 --- 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(); };