mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-22 07:06:14 +00:00
Update internal/blocksync/reactor.go
Co-authored-by: Sergio Mena <sergio@informal.systems>
This commit is contained in:
co-authored by
Sergio Mena
parent
10078f39d6
commit
05d930f40a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user