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 15:48:20 -0500
commitd27be1f55777bd502beb6b89513f1a03ed988f1a (patch)
tree34ea670fc5e136a8b0f78be6f0a7ab6bcc58ebf1 /src/main.h
parent3741185a51cada1adb17b1578a086544101ce7c7 (diff)
downloadbitcoin-d27be1f55777bd502beb6b89513f1a03ed988f1a.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 60ca318381..f459d050ce 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);