diff --git a/src/miner.cpp b/src/miner.cpp index 9ff925554..e54cbbed9 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -761,6 +761,8 @@ CBlockTemplate* CreateNewBlockWithKey(CReserveKey& reservekey, int32_t nHeight, void komodo_broadcast(CBlock *pblock,int32_t limit) { + if (IsInitialBlockDownload()) + return; int32_t n = 1; //fprintf(stderr,"broadcast new block t.%u\n",(uint32_t)time(NULL)); {