Merge pull request #1125 from blackjok3rtt/FSM

This fixes the last of the sync issues.
This commit is contained in:
jl777
2018-12-27 21:45:56 -11:00
committed by GitHub

View File

@@ -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));
{