aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/utils/round-event.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils/round-event.go b/core/utils/round-event.go
index 00122dd..35a2fe4 100644
--- a/core/utils/round-event.go
+++ b/core/utils/round-event.go
@@ -176,7 +176,7 @@ func NewRoundEvent(parentCtx context.Context, gov governanceAccessor,
*RoundEvent, error) {
// We need to generate valid ending block height of this round (taken
// DKG reset count into consideration).
- logger.Info("new RoundEvent", "position", initPos, "shift", roundShift)
+ logger.Info("New RoundEvent", "position", initPos, "shift", roundShift)
initConfig := GetConfigWithPanic(gov, initPos.Round, logger)
e := &RoundEvent{
gov: gov,