Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Oct 2, 2024
1 parent ce4c352 commit 971b8bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relayer/relays/execution/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ func (r *Relay) Start(ctx context.Context, eg *errgroup.Group) error {
} else if err != nil {
return fmt.Errorf("find finalized events: %w", err)
}
log.WithField("nonce", events[0].Nonce).Info("event is in finalized block")

for _, ev := range events {
err := r.waitAndSend(ctx, ev)
Expand Down

0 comments on commit 971b8bc

Please sign in to comment.