Skip to content

Commit

Permalink
remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
danwt committed May 3, 2024
1 parent 2e19505 commit b0afbe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relayer/chains/cosmos/cosmos_chain_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ func (ccp *CosmosChainProcessor) queryCycle(
i = persistence.latestHeight

newLatestQueriedBlock = afterUnstuck
// newLatestQueriedBlock = persistence.latestHeight // this line fixes it, but why?
ccp.log.Info("Parsed stuck packet height, skipping to current", zap.Any("new latest queried block", persistence.latestHeight))
}

Expand Down

0 comments on commit b0afbe3

Please sign in to comment.