mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
fix linter message
This commit is contained in:
parent
eb03735429
commit
2403a275f0
1 changed files with 0 additions and 1 deletions
|
|
@ -250,7 +250,6 @@ func (db *cachingDB) EndVerkleTransition() {
|
|||
db.ended = true
|
||||
}
|
||||
|
||||
|
||||
type cachingDB struct {
|
||||
disk ethdb.KeyValueStore
|
||||
codeSizeCache *lru.Cache[common.Hash, int]
|
||||
|
|
|
|||
Loading…
Reference in a new issue