diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-09-02 18:02:22 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-09-02 18:02:22 +0200 |
| commit | c5aa1b139a983613b1d5acc8f57804a9c66d4ff1 (patch) | |
| tree | 839d63707936363be7d30ad51e4c024448c97410 /src/main.h | |
| parent | Merge branch 'master' of https://github.com/bitcoin/bitcoin (diff) | |
| download | discoin-c5aa1b139a983613b1d5acc8f57804a9c66d4ff1.tar.xz discoin-c5aa1b139a983613b1d5acc8f57804a9c66d4ff1.zip | |
update to work with new lock system, add protocol.* to build system
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 427067bc9..238cb5d8c 100644 --- a/src/main.h +++ b/src/main.h @@ -99,6 +99,7 @@ void FormatHashBuffers(CBlock* pblock, char* pmidstate, char* pdata, char* phash bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey); bool CheckProofOfWork(uint256 hash, unsigned int nBits); int GetTotalBlocksEstimate(); +int GetMaxBlocksOfOtherNodes(); bool IsInitialBlockDownload(); std::string GetWarnings(std::string strFor); |