Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krehermann committed Nov 19, 2024
1 parent c30895f commit 333ca16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployment/keystone/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,7 @@ func ConfigureOCR3ContractFromJD(env *deployment.Environment, cfg ConfigureOCR3C
if cfg.DryRun {
prefix = "DRY RUN: "
}
env.Logger.Infof("%sconfiguring OCR3 contract for chain %d", cfg.ChainSel, prefix)
//func ConfigureOCR3ContractFromJD(env *deployment.Environment, chainSel uint64, nodeIDs []string, addrBook deployment.AddressBook, cfg *OracleConfigWithSecrets) (*ConfigureOCR3Resp, error) {
env.Logger.Infof("%sconfiguring OCR3 contract for chain %d", prefix, cfg.ChainSel)
registryChain, ok := env.Chains[cfg.ChainSel]
if !ok {
return nil, fmt.Errorf("chain %d not found in environment", cfg.ChainSel)
Expand Down

0 comments on commit 333ca16

Please sign in to comment.