Skip to content

Commit

Permalink
remove irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Sep 6, 2023
1 parent 85cf76c commit 813a8e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vms/evm/subscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ func (s *subscriber) UpdateLatestSeenBlock() error {
return err
}

// Grab the latest block before filtering logs so we don't miss any before updating the db
latestBlock, err := ethClient.BlockNumber(context.Background())
if err != nil {
s.logger.Error(
Expand Down

0 comments on commit 813a8e9

Please sign in to comment.