PPCoin: Switch main chain protocol to score with proof-of-stake difficulty
[novacoin.git] / src / db.h
index 792d5ca..db9fb8a 100644 (file)
--- 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);