Skip to content

Commit

Permalink
Update cmd/run.go
Browse files Browse the repository at this point in the history
Co-authored-by: Goran Rojovic <[email protected]>
  • Loading branch information
joanestebanr and goran-ethernal authored Jul 25, 2024
1 parent 9c2e662 commit e3c3a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func createSequenceSender(cfg config.Config) *sequencesender.SequenceSender {
},
}, cfg.NetworkConfig.L1Config, cfg.Common)
if err != nil {
log.Fatalf("Failed to connect create etherman. Err: %w, ", err)
log.Fatalf("Failed to create etherman. Err: %w, ", err)
}

auth, _, err := ethman.LoadAuthFromKeyStore(cfg.SequenceSender.PrivateKey.Path, cfg.SequenceSender.PrivateKey.Password)
Expand Down

0 comments on commit e3c3a59

Please sign in to comment.