trie/triedb/pathdb: address comment

This commit is contained in:
Gary Rong 2023-10-30 21:19:36 +08:00
parent f6a220953b
commit bb59ab4f5a

View file

@ -229,7 +229,7 @@ func (dl *diskLayer) commit(bottom *diffLayer, force bool) (*diskLayer, error) {
if err != nil { if err != nil {
return nil, err return nil, err
} }
log.Debug("Prune state history", "number", pruned) log.Debug("Pruned state history", "items", pruned, "tailid", oldest)
} }
return ndl, nil return ndl, nil
} }