diff --git a/core/capabilities/ccip/delegate.go b/core/capabilities/ccip/delegate.go index dba3ab613a8..1cfead955ab 100644 --- a/core/capabilities/ccip/delegate.go +++ b/core/capabilities/ccip/delegate.go @@ -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{ Address: capRegAddress, Name: consts.ContractNameCapabilitiesRegistry, }