mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-23 11:27:25 +08:00
qol: log value should be snake cased
This commit is contained in:
parent
e0393aa34d
commit
74e500ef60
@ -100,7 +100,7 @@ func (r *ProverRegistry) ProcessStateTransition(
|
||||
r.currentFrame = frameNumber
|
||||
|
||||
changes := state.Changeset()
|
||||
r.logger.Debug("processing changeset", zap.Int("changeCount", len(changes)))
|
||||
r.logger.Debug("processing changeset", zap.Int("change_count", len(changes)))
|
||||
|
||||
// Process each change
|
||||
for _, change := range changes {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user