diff --git a/internal/blocksync/reactor.go b/internal/blocksync/reactor.go index 60b334fab..2312a69cd 100644 --- a/internal/blocksync/reactor.go +++ b/internal/blocksync/reactor.go @@ -463,6 +463,7 @@ func (r *Reactor) poolRoutine(ctx context.Context, stateSynced bool, blockSyncCh ) switch { + // TODO(sergio) Might be needed for implementing the upgrading solution. Remove after that //case state.LastBlockHeight > 0 && r.store.LoadBlockExtCommit(state.LastBlockHeight) == nil: case state.LastBlockHeight > 0 && blocksSynced == 0: // Having state-synced, we need to blocksync at least one block