diff options
| author | Gavin Andresen <[email protected]> | 2011-09-08 16:50:58 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-12-01 12:18:50 -0500 |
| commit | eb5fff9e16b2c3e94835cd3a8897318472df2374 (patch) | |
| tree | 783a1d81774279474627e74209f792bbe9af382a /src/main.h | |
| parent | Merge pull request #666 from nobled/secstrings (diff) | |
| download | discoin-eb5fff9e16b2c3e94835cd3a8897318472df2374.tar.xz discoin-eb5fff9e16b2c3e94835cd3a8897318472df2374.zip | |
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 60ca31838..f459d050c 100644 --- a/src/main.h +++ b/src/main.h @@ -99,7 +99,6 @@ void IncrementExtraNonce(CBlock* pblock, CBlockIndex* pindexPrev, unsigned int& void FormatHashBuffers(CBlock* pblock, char* pmidstate, char* pdata, char* phash1); bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey); bool CheckProofOfWork(uint256 hash, unsigned int nBits); -int GetTotalBlocksEstimate(); int GetNumBlocksOfPeers(); bool IsInitialBlockDownload(); std::string GetWarnings(std::string strFor); |