X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fdb.h;h=a899e51e40c7f80617e8445999897280f00a6328;hb=9795536e660254a25984d0fc81a548eaf0e91c92;hp=06e8dbd54f3bbc3944743d17f94b61e6746d2c6b;hpb=e0fa1f887a2a94fd8beb4f62fe997dc3532c266c;p=novacoin.git diff --git a/src/db.h b/src/db.h index 06e8dbd..a899e51 100644 --- a/src/db.h +++ b/src/db.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2011 The Bitcoin developers -// Copyright (c) 2011 The PPCoin developers +// Copyright (c) 2011-2012 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_DB_H @@ -291,8 +291,8 @@ public: bool WriteHashBestChain(uint256 hashBestChain); bool ReadBestInvalidTrust(uint64& nBestInvalidTrust); bool WriteBestInvalidTrust(uint64 nBestInvalidTrust); - bool ReadAutoCheckpoint(int& nAutoCheckpoint); - bool WriteAutoCheckpoint(int nCheckpoint); + bool ReadSyncCheckpoint(uint256& hashCheckpoint); + bool WriteSyncCheckpoint(uint256 hashCheckpoint); bool LoadBlockIndex(); };