Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Apr 2, 2024
1 parent fccc667 commit b8f6b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethergo/listener/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (c chainListener) getMetadata(parentCtx context.Context) (startBlock, chain
}

// TODO: consider some kind of backoff here in case rpcs are down at boot.
// this becomes more of an issue as we add more chains
// this becomes more of an issue as we add more chains.
func (c chainListener) getLastIndexed(ctx context.Context, chainID uint64) (lastIndexed uint64, err error) {
lastIndexed, err = c.store.LatestBlockForChain(ctx, chainID)
// Workaround: TODO remove
Expand Down

0 comments on commit b8f6b6f

Please sign in to comment.