We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0999c commit 7479482Copy full SHA for 7479482
op-challenger/cmd/utils.go
@@ -74,5 +74,6 @@ func newClientsFromCLI(ctx *cli.Context) (*batching.MultiCaller, txmgr.TxManager
74
return nil, nil, fmt.Errorf("failed to create the transaction manager: %w", err)
75
}
76
77
+ logger.Info("Configured transaction manager", "sender", txMgr.From())
78
return caller, txMgr, nil
79
0 commit comments