File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -258,12 +258,8 @@ type cachingDB struct {
258258
259259 // Verkle specific fields
260260 // TODO ensure that this info is in the DB
261- started , ended bool
262- translatedRoots [32 ]common.Hash // hash of the translated root, for opening
263- origRoots [32 ]common.Hash
264- translationIndex int
265- translatedRootsLock sync.RWMutex
266- LastMerkleRoot common.Hash // root hash of the read-only base tree
261+ started , ended bool
262+ LastMerkleRoot common.Hash // root hash of the read-only base tree
267263
268264 addrToPoint * utils.PointCache
269265
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ func (trie *VerkleTrie) InsertMigratedLeaves(leaves []verkle.LeafNode) error {
6363}
6464
6565var (
66- errInvalidProof = errors .New ("invalid proof" )
6766 errInvalidRootType = errors .New ("invalid node type for root" )
6867
6968 // WORKAROUND: this special error is returned if it has been
You can’t perform that action at this time.
0 commit comments