X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;fp=src%2Fmain.h;h=0a9a663e5b2ec8a18a742aa00068c70dfc1e6dab;hp=cb7650cdf2b8c11e71bd68a6011f745df0d52f84;hb=27ce22da0815f4c1fa0e949cc4740e3f4dd1ea9c;hpb=c95d66bd55a225326e81dce15d347f04b1d71d67 diff --git a/src/main.h b/src/main.h index cb7650c..0a9a663 100644 --- a/src/main.h +++ b/src/main.h @@ -113,7 +113,7 @@ bool LoadBlockIndex(bool fAllowNew=true); void PrintBlockTree(); CBlockIndex* FindBlockByHeight(int nHeight); bool ProcessMessages(CNode* pfrom); -bool SendMessages(CNode* pto, bool fSendTrickle); +bool SendMessages(CNode* pto); bool LoadExternalBlockFile(FILE* fileIn); // Run an instance of the script checking thread