Skip to content

Commit

Permalink
add debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Apr 30, 2024
1 parent f6b2a83 commit bea15c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/es-node/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func NewMinerConfig(ctx *cli.Context, client *ethclient.Client, l1Contract commo
if !cliConfig.Enabled {
return nil, nil
}
log.Debug("Read mining config from cli", "config", fmt.Sprintf("%+v", cliConfig))
err := cliConfig.Check()
if err != nil {
return nil, fmt.Errorf("invalid miner flags: %w", err)
Expand Down

0 comments on commit bea15c4

Please sign in to comment.