stateroot: use a better word for logs

This commit is contained in:
Roman Khimov 2022-02-12 22:50:34 +03:00
parent ccdda21718
commit 261552516b

View file

@ -207,7 +207,7 @@ func (s *Module) GC(index uint32, store storage.Store) time.Duration {
} else { } else {
s.log.Info("finished MPT garbage collection", s.log.Info("finished MPT garbage collection",
zap.Int("removed", removed), zap.Int("removed", removed),
zap.Int64("stored", stored), zap.Int64("kept", stored),
zap.Duration("time", dur)) zap.Duration("time", dur))
} }
return dur return dur