X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmain.h;h=f459d050ce94e8bfa5211e30ab92d155db212db0;hb=eb5fff9e16b2c3e94835cd3a8897318472df2374;hp=60ca3183810745032887806fdce36aec0a644630;hpb=a7120a3647b17878914da0b40655edcc5a9da59f;p=novacoin.git diff --git a/src/main.h b/src/main.h index 60ca318..f459d05 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);