Skip to content

Commit

Permalink
Update core/capabilities/ccip/delegate.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Krage <[email protected]>
  • Loading branch information
EasterTheBunny and jmank88 authored Sep 9, 2024
1 parent 4c5981d commit 9bbe5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/capabilities/ccip/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ func bindReader(ctx context.Context,
capabilityLabelledName,
capabilityVersion string,
) (boundReader types.ContractReader, ccipConfigBinding types.BoundContract, err error) {
binding := types.BoundContract{
boundContract := types.BoundContract{

Check failure on line 306 in core/capabilities/ccip/delegate.go

View workflow job for this annotation

GitHub Actions / goreleaser-build-publish-chainlink

boundContract declared and not used

Check failure on line 306 in core/capabilities/ccip/delegate.go

View workflow job for this annotation

GitHub Actions / Core Tests (go_core_ccip_deployment_tests)

boundContract declared and not used

Check failure on line 306 in core/capabilities/ccip/delegate.go

View workflow job for this annotation

GitHub Actions / Core Tests (go_core_tests)

boundContract declared and not used

Check failure on line 306 in core/capabilities/ccip/delegate.go

View workflow job for this annotation

GitHub Actions / Core Tests (go_core_fuzz)

boundContract declared and not used

Check failure on line 306 in core/capabilities/ccip/delegate.go

View workflow job for this annotation

GitHub Actions / lint

boundContract declared and not used

Check failure on line 306 in core/capabilities/ccip/delegate.go

View workflow job for this annotation

GitHub Actions / Core Tests (go_core_race_tests)

boundContract declared and not used

Check failure on line 306 in core/capabilities/ccip/delegate.go

View workflow job for this annotation

GitHub Actions / Flakey Test Detection

boundContract declared and not used

Check failure on line 306 in core/capabilities/ccip/delegate.go

View workflow job for this annotation

GitHub Actions / Analyze go

boundContract declared and not used
Address: capRegAddress,
Name: consts.ContractNameCapabilitiesRegistry,
}
Expand Down

0 comments on commit 9bbe5a2

Please sign in to comment.