Skip to content

Commit

Permalink
cli: better log
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Apr 3, 2024
1 parent 8099445 commit ec74c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func Main() {
log.WithError(err).Fatal("Failed sanitizing min bid")
}
if relayMinBidWei.BigInt().Sign() > 0 {
log.Infof("Min bid set to %v wei", relayMinBidWei)
log.Infof("Min bid set to %v eth (%v wei)", relayMinBidEth, relayMinBidWei)
}

opts := server.BoostServiceOpts{
Expand Down

0 comments on commit ec74c6b

Please sign in to comment.