From 9bbe5a28eb20600205f611020ee3ef8a068cf2ca Mon Sep 17 00:00:00 2001 From: Awbrey Hughlett Date: Mon, 9 Sep 2024 12:19:27 -0500 Subject: [PATCH] Update core/capabilities/ccip/delegate.go Co-authored-by: Jordan Krage --- core/capabilities/ccip/delegate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }