Skip to content

Commit

Permalink
Update pkg/reader/ccip.go
Browse files Browse the repository at this point in the history
Co-authored-by: Will Winder <[email protected]>
  • Loading branch information
asoliman92 and winder authored Jan 10, 2025
1 parent a36b632 commit 36e605a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reader/ccip.go
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ type sourceChainConfig struct {
Router []byte // local router
IsEnabled bool
MinSeqNr uint64
OnRamp []byte
OnRamp UnknownAddress

Check failure on line 1063 in pkg/reader/ccip.go

View workflow job for this annotation

GitHub Actions / build-lint-test

undefined: UnknownAddress
}

func (scc sourceChainConfig) check() (bool /* enabled */, error) {
Expand Down

0 comments on commit 36e605a

Please sign in to comment.