X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fdb.h;h=db9fb8a4a1e13fdfa7c917cc8cd4f73debd8cf00;hb=3176e0f244d929669aa3e1d81e0787d82d9150d3;hp=792d5ca86e384b13765a91056094d889c2705ef1;hpb=0561bbd1c69263dceb24ffacf850788e6e961a13;p=novacoin.git diff --git a/src/db.h b/src/db.h index 792d5ca..db9fb8a 100644 --- a/src/db.h +++ b/src/db.h @@ -294,8 +294,8 @@ public: bool EraseBlockIndex(uint256 hash); bool ReadHashBestChain(uint256& hashBestChain); bool WriteHashBestChain(uint256 hashBestChain); - bool ReadBestInvalidTrust(uint64& nBestInvalidTrust); - bool WriteBestInvalidTrust(uint64 nBestInvalidTrust); + bool ReadBestInvalidTrust(CBigNum& bnBestInvalidTrust); + bool WriteBestInvalidTrust(CBigNum bnBestInvalidTrust); bool ReadSyncCheckpoint(uint256& hashCheckpoint); bool WriteSyncCheckpoint(uint256 hashCheckpoint); bool ReadCheckpointPubKey(std::string& strPubKey);