This commit is contained in:
jl777
2017-03-23 04:22:21 +02:00
parent 807949f42f
commit 9f07c80c9f

View File

@@ -2949,7 +2949,7 @@ bool ActivateBestChain(CValidationState &state, CBlock *pblock) {
} }
// Notify external listeners about the new tip. // Notify external listeners about the new tip.
uiInterface.NotifyBlockTip(hashNewTip); uiInterface.NotifyBlockTip(hashNewTip);
} } else fprintf(stderr,"initial download skips propagation\n");
} while(pindexMostWork != chainActive.Tip()); } while(pindexMostWork != chainActive.Tip());
CheckBlockIndex(); CheckBlockIndex();