diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-08-28 17:44:15 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-08-28 17:44:15 +0800 |
commit | 5f001907a53deaeae7117617fbac5a203109902c (patch) | |
tree | a8b15ca74fb8613aad861453cf5f291c503e3799 /core/utils/round-event.go | |
parent | 733d64bfa11a412f82987a38a722dc5cd2749c0f (diff) | |
download | tangerine-consensus-5f001907a53deaeae7117617fbac5a203109902c.tar.gz tangerine-consensus-5f001907a53deaeae7117617fbac5a203109902c.tar.zst tangerine-consensus-5f001907a53deaeae7117617fbac5a203109902c.zip |
core: fix log
Diffstat (limited to 'core/utils/round-event.go')
-rw-r--r-- | core/utils/round-event.go | 2 |
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, |