diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-18 21:25:38 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-18 21:25:38 +0200 |
commit | 6cab66354d5523ec3f977cfe8c4028a4c42a693d (patch) | |
tree | 1fc720d6993c08d9e3ad0525e8f40432658eb9b4 /src/main.h | |
parent | 0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e (diff) |
On initial block chain download, show a progress bar
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 7aa6d41c30..73935bcee2 100644 --- a/src/main.h +++ b/src/main.h @@ -118,6 +118,7 @@ void FormatHashBuffers(CBlock* pblock, char* pmidstate, char* pdata, char* phash bool CheckWork(CBlock* pblock, CReserveKey& reservekey); void BitcoinMiner(); bool CheckProofOfWork(uint256 hash, unsigned int nBits); +int GetTotalBlocksEstimate(); bool IsInitialBlockDownload(); std::string GetWarnings(std::string strFor); |