Skip to content

Commit

Permalink
Remove ValidateConfig()
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Nov 12, 2024
1 parent c9bb68d commit 8693629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/services/chainlink/relayer_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ type SolanaFactoryConfig struct {
}

func (r *RelayerFactory) NewSolana(config SolanaFactoryConfig) (map[types.RelayID]loop.Relayer, error) {
config.ValidateConfig()
chainCfgs, ds, ks := config.TOMLConfigs, config.DS, config.Keystore
solanaRelayers := make(map[types.RelayID]loop.Relayer)
var (
Expand Down

0 comments on commit 8693629

Please sign in to comment.