mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
txpool.v2 built-in
This commit is contained in:
parent
db4e5bf2fa
commit
9f62fe702a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user