Update internal/blocksync/reactor.go

Co-authored-by: Sergio Mena <sergio@informal.systems>
This commit is contained in:
William Banfield
2022-05-19 10:07:46 -04:00
committed by GitHub
co-authored by Sergio Mena
parent 10078f39d6
commit 05d930f40a
+1 -1
View File
@@ -497,7 +497,7 @@ func (r *Reactor) poolRoutine(ctx context.Context, stateSynced bool, blockSyncCh
case state.ConsensusParams.ABCI.VoteExtensionsEnabled(state.LastBlockHeight) &&
(blocksSynced == 0 && !initialCommitHasExtensions):
r.logger.Info(
"no seen commit yet",
"no extended commit yet",
"height", height,
"last_block_height", state.LastBlockHeight,
"initial_height", state.InitialHeight,