Skip to content

Commit a07d173

Browse files
committed
Removed duplicate import
1 parent 56ab8f4 commit a07d173

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/loop/internal/relayer/relayer.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import (
3333
looptypes "github.com/smartcontractkit/chainlink-common/pkg/loop/internal/types"
3434
"github.com/smartcontractkit/chainlink-common/pkg/types"
3535
ccipocr3types "github.com/smartcontractkit/chainlink-common/pkg/types/ccipocr3"
36-
cctypes "github.com/smartcontractkit/chainlink-common/pkg/types/ccipocr3"
3736
"github.com/smartcontractkit/chainlink-common/pkg/types/core"
3837
)
3938

@@ -764,7 +763,7 @@ func (r *relayerServer) NewCCIPProvider(ctx context.Context, request *pb.NewCCIP
764763
ContractReaderConfig: rargs.ContractReaderConfig,
765764
ChainWriterConfig: rargs.ChainWriterConfig,
766765
OffRampAddress: rargs.OffRampAddress,
767-
PluginType: cctypes.PluginType(rargs.PluginType),
766+
PluginType: ccipocr3types.PluginType(rargs.PluginType),
768767
ExtraDataCodecBundle: extraDataCodecBundle,
769768
Transmitter: rargs.Transmitter,
770769
}

0 commit comments

Comments
 (0)