From e084bd032d13396e8368b3122ca90c039db8575b Mon Sep 17 00:00:00 2001 From: Joe Huang Date: Thu, 14 Nov 2024 14:35:26 -0600 Subject: [PATCH] remove old comment --- core/capabilities/ccip/oraclecreator/plugin.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/capabilities/ccip/oraclecreator/plugin.go b/core/capabilities/ccip/oraclecreator/plugin.go index 3346493fb8b..a5063eb8d1c 100644 --- a/core/capabilities/ccip/oraclecreator/plugin.go +++ b/core/capabilities/ccip/oraclecreator/plugin.go @@ -116,8 +116,6 @@ func (i *pluginOracleCreator) Type() cctypes.OracleType { // Create implements types.OracleCreator. func (i *pluginOracleCreator) Create(ctx context.Context, donID uint32, config cctypes.OCR3ConfigWithMeta) (cctypes.CCIPOracle, error) { pluginType := cctypes.PluginType(config.Config.PluginType) - - // Assuming that the chain selector is referring to an evm chain for now. chainSelector := uint64(config.Config.ChainSelector) destChainFamily, err := chainsel.GetSelectorFamily(chainSelector) if err != nil {