X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fdb.h;fp=src%2Fdb.h;h=db9fb8a4a1e13fdfa7c917cc8cd4f73debd8cf00;hb=4bb6099ac6e2554ab652eb89a0c71f6929184c87;hp=792d5ca86e384b13765a91056094d889c2705ef1;hpb=e8e9608500c3938bad0ef5ada339096ca5d023ef;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);