qol: log value should be snake cased

This commit is contained in:
Cassandra Heart 2025-10-05 23:51:29 -05:00
parent e0393aa34d
commit 74e500ef60
No known key found for this signature in database
GPG Key ID: 371083BFA6C240AA

View File

@ -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 {