Skip to content

Commit 160f735

Browse files
committed
fix more CI complaints
1 parent b993a43 commit 160f735

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

core/state/database.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

trie/verkle.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ func (trie *VerkleTrie) InsertMigratedLeaves(leaves []verkle.LeafNode) error {
6363
}
6464

6565
var (
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

0 commit comments

Comments
 (0)