Skip to content

Commit

Permalink
fix op-challenger build
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulmalikGiwa committed Feb 21, 2024
1 parent e341492 commit 03ab8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-challenger/cmd/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func newClientsFromCLI(ctx *cli.Context) (*batching.MultiCaller, txmgr.TxManager
defer l1Client.Close()
sysClient, err := opclient.NewSyscoinClient("")
if err != nil {
bs.Log.Warn("initTxManager", "msg", "Error in syscoin client connection")
fmt.Errorf("initTxManager", "msg", "Error in syscoin client connection")
}
caller := batching.NewMultiCaller(l1Client.Client(), batching.DefaultBatchSize)
txMgrConfig := txmgr.ReadCLIConfig(ctx)
Expand Down

0 comments on commit 03ab8d5

Please sign in to comment.