Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Nov 14, 2024
1 parent 2249d5f commit e084bd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/capabilities/ccip/oraclecreator/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e084bd0

Please sign in to comment.