From 05d930f40a8649287556dd3df854ac7eba3c0567 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Thu, 19 May 2022 10:07:46 -0400 Subject: [PATCH] Update internal/blocksync/reactor.go Co-authored-by: Sergio Mena --- internal/blocksync/reactor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/blocksync/reactor.go b/internal/blocksync/reactor.go index 71c403a2a..210fde044 100644 --- a/internal/blocksync/reactor.go +++ b/internal/blocksync/reactor.go @@ -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,