From 2c06be915de967494920bdbb3096bbb455ccf99f Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Tue, 3 Aug 2010 18:25:05 +0000 Subject: new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade -- version 0.3.8 git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@122 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- db.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db.h') diff --git a/db.h b/db.h index 0b9e6f7ef1..3783128577 100644 --- a/db.h +++ b/db.h @@ -280,6 +280,8 @@ public: bool EraseBlockIndex(uint256 hash); bool ReadHashBestChain(uint256& hashBestChain); bool WriteHashBestChain(uint256 hashBestChain); + bool ReadBestInvalidWork(CBigNum& bnBestInvalidWork); + bool WriteBestInvalidWork(CBigNum bnBestInvalidWork); bool LoadBlockIndex(); }; -- cgit v1.2.3