aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-09-08 16:50:58 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2011-12-01 23:12:47 -0500
commit0e6425da4a29d6944e7edce85535725e1f963e2c (patch)
treefa1ded062ebe5fa736759ef0ede98264357311ce /src/main.h
parenta7d735dcc25c85ad883e6d619848ce0478ebe299 (diff)
downloadbitcoin-0e6425da4a29d6944e7edce85535725e1f963e2c.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index c400145d01..f5e7f6c3e3 100644
--- a/src/main.h
+++ b/src/main.h
@@ -98,7 +98,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();
bool IsInitialBlockDownload();
std::string GetWarnings(std::string strFor);