Skip to content

Commit

Permalink
add info about removed block
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS committed Sep 5, 2024
1 parent 211b76f commit 3037ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/internal/networks/amb/amb.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (b *Bridge) IsEventRemoved(eventLog *types.Log) error {
return fmt.Errorf("parityHeaderByNumber: %w", err)
}
if header.Hash(true) != eventLog.BlockHash {
return fmt.Errorf("looks like the event has been removed")
return fmt.Errorf("looks like the event has been removed %d", eventLog.BlockNumber)
}
return nil
}

0 comments on commit 3037ac6

Please sign in to comment.