txpool.v2 built-in

This commit is contained in:
alex.sharov 2021-09-07 10:07:36 +07:00
parent db4e5bf2fa
commit 9f62fe702a

View File

@ -1153,9 +1153,6 @@ func (c *StorageTrieCursor) _seek(seek, withinPrefix []byte) (bool, error) {
return false, nil
}
}
if len(v) < 50 {
fmt.Printf("sv: %x,%x\n", k, v)
}
c._unmarshal(k, v)
if c.lvl > 0 { // root record, firstly storing root hash
c._nextSiblingInMem()