fix linter message

This commit is contained in:
Guillaume Ballet 2023-09-25 17:07:49 +02:00
parent eb03735429
commit 2403a275f0

View file

@ -250,7 +250,6 @@ func (db *cachingDB) EndVerkleTransition() {
db.ended = true
}
type cachingDB struct {
disk ethdb.KeyValueStore
codeSizeCache *lru.Cache[common.Hash, int]