Skip to content

Commit

Permalink
Update zetaclient/chains/evm/observer/v2_inbound_tracker.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry S <[email protected]>
  • Loading branch information
lumtis and swift1337 authored Dec 4, 2024
1 parent 4cd508d commit ef6847e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/chains/evm/observer/v2_inbound_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ func (ob *Observer) ProcessInboundTrackerV2(
}
}

return errEventNotFound
return errors.Wrapf(ErrEventNotFound, "inbound tracker %s", tx.Hash)

Check failure on line 92 in zetaclient/chains/evm/observer/v2_inbound_tracker.go

View workflow job for this annotation

GitHub Actions / build-and-test

undefined: errors.Wrapf

Check failure on line 92 in zetaclient/chains/evm/observer/v2_inbound_tracker.go

View workflow job for this annotation

GitHub Actions / build-and-test

undefined: ErrEventNotFound

Check failure on line 92 in zetaclient/chains/evm/observer/v2_inbound_tracker.go

View workflow job for this annotation

GitHub Actions / build-and-test

undefined: errors.Wrapf

Check failure on line 92 in zetaclient/chains/evm/observer/v2_inbound_tracker.go

View workflow job for this annotation

GitHub Actions / build-and-test

undefined: ErrEventNotFound

Check failure on line 92 in zetaclient/chains/evm/observer/v2_inbound_tracker.go

View workflow job for this annotation

GitHub Actions / lint

undefined: errors.Wrapf

Check failure on line 92 in zetaclient/chains/evm/observer/v2_inbound_tracker.go

View workflow job for this annotation

GitHub Actions / lint

undefined: ErrEventNotFound (typecheck)

Check failure on line 92 in zetaclient/chains/evm/observer/v2_inbound_tracker.go

View workflow job for this annotation

GitHub Actions / lint

undefined: errors.Wrapf

Check failure on line 92 in zetaclient/chains/evm/observer/v2_inbound_tracker.go

View workflow job for this annotation

GitHub Actions / lint

undefined: ErrEventNotFound) (typecheck)

Check failure on line 92 in zetaclient/chains/evm/observer/v2_inbound_tracker.go

View workflow job for this annotation

GitHub Actions / lint

undefined: errors.Wrapf

Check failure on line 92 in zetaclient/chains/evm/observer/v2_inbound_tracker.go

View workflow job for this annotation

GitHub Actions / lint

undefined: ErrEventNotFound) (typecheck)
}

0 comments on commit ef6847e

Please sign in to comment.