Fix issue #848 : broken mining on testnet
[novacoin.git] / src / main.h
index 3e381b0..278f4f0 100644 (file)
@@ -846,6 +846,8 @@ public:
         return n;
     }
 
+    void UpdateTime(const CBlockIndex* pindexPrev);
+
 
     uint256 BuildMerkleTree() const
     {