forked from TrueCloudLab/neoneo-go
stateroot: use a better word for logs
This commit is contained in:
parent
ccdda21718
commit
261552516b
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ func (s *Module) GC(index uint32, store storage.Store) time.Duration {
|
|||
} else {
|
||||
s.log.Info("finished MPT garbage collection",
|
||||
zap.Int("removed", removed),
|
||||
zap.Int64("stored", stored),
|
||||
zap.Int64("kept", stored),
|
||||
zap.Duration("time", dur))
|
||||
}
|
||||
return dur
|
||||
|
|
Loading…
Reference in a new issue