Skip to content

Commit

Permalink
Update beaconclient/multi_beacon_client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
  • Loading branch information
avalonche and jtraglia authored Aug 11, 2023
1 parent 0e01140 commit b2b93c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaconclient/multi_beacon_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func NewMultiBeaconClient(log *logrus.Entry, beaconInstances []IBeaconInstance)
msg := fmt.Sprintf("env: BROADCAST_MODE: invalid value %s, leaving to default value %s", broadcastModeStr, client.broadcastMode.String())
client.log.Warn(msg)
} else {
client.log.Info(fmt.Sprintf("env: BROADCAST_MODE: setting validation to %s", broadcastMode.String()))
client.log.Info(fmt.Sprintf("env: BROADCAST_MODE: setting mode to %s", broadcastMode.String()))
client.broadcastMode = broadcastMode
}
}
Expand Down

0 comments on commit b2b93c4

Please sign in to comment.