From c1f3b77951b002abae4bbbedb310c7b31bcdba8b Mon Sep 17 00:00:00 2001 From: pavel-raykov Date: Tue, 21 Jan 2025 20:43:03 +0100 Subject: [PATCH] Minor --- chains/txmgr/txmgr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/txmgr/txmgr.go b/chains/txmgr/txmgr.go index d3b839a..299c1e7 100644 --- a/chains/txmgr/txmgr.go +++ b/chains/txmgr/txmgr.go @@ -10,7 +10,6 @@ import ( "github.com/google/uuid" "github.com/jpillora/backoff" - "github.com/smartcontractkit/chainlink-framework/chains" nullv4 "gopkg.in/guregu/null.v4" "github.com/smartcontractkit/chainlink-common/pkg/logger" @@ -18,6 +17,7 @@ import ( commontypes "github.com/smartcontractkit/chainlink-common/pkg/types" "github.com/smartcontractkit/chainlink-common/pkg/utils" + "github.com/smartcontractkit/chainlink-framework/chains" "github.com/smartcontractkit/chainlink-framework/chains/fees" "github.com/smartcontractkit/chainlink-framework/chains/headtracker" txmgrtypes "github.com/smartcontractkit/chainlink-framework/chains/txmgr/types"