Skip to content

Commit 7479482

Browse files
authored
challenger: Log txmgr sender for subcommands that execute transactions (#10683)
1 parent af0999c commit 7479482

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

op-challenger/cmd/utils.go

+1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ func newClientsFromCLI(ctx *cli.Context) (*batching.MultiCaller, txmgr.TxManager
7474
return nil, nil, fmt.Errorf("failed to create the transaction manager: %w", err)
7575
}
7676

77+
logger.Info("Configured transaction manager", "sender", txMgr.From())
7778
return caller, txMgr, nil
7879
}

0 commit comments

Comments
 (0)