Commit 74794820 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

challenger: Log txmgr sender for subcommands that execute transactions (#10683)

parent af0999cc
...@@ -74,5 +74,6 @@ func newClientsFromCLI(ctx *cli.Context) (*batching.MultiCaller, txmgr.TxManager ...@@ -74,5 +74,6 @@ func newClientsFromCLI(ctx *cli.Context) (*batching.MultiCaller, txmgr.TxManager
return nil, nil, fmt.Errorf("failed to create the transaction manager: %w", err) return nil, nil, fmt.Errorf("failed to create the transaction manager: %w", err)
} }
logger.Info("Configured transaction manager", "sender", txMgr.From())
return caller, txMgr, nil return caller, txMgr, nil
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment