fix linter

This commit is contained in:
Guillaume Ballet 2026-04-13 09:49:11 +02:00
parent f0f1752249
commit 6098c40dfa
11 changed files with 25 additions and 27 deletions

View file

@ -1,4 +1,4 @@
// Copyright 2017 The go-ethereum Authors // Copyright 2026 The go-ethereum Authors
// This file is part of the go-ethereum library. // This file is part of the go-ethereum library.
// //
// The go-ethereum library is free software: you can redistribute it and/or modify // The go-ethereum library is free software: you can redistribute it and/or modify
@ -26,8 +26,6 @@ import (
) )
// UBTDB is an implementation of Database interface for Universal Binary Tries. // UBTDB is an implementation of Database interface for Universal Binary Tries.
// It provides the same functionality as MPTDB but uses binary tries for state
// storage instead of Merkle Patricia Tries.
type UBTDB struct { type UBTDB struct {
triedb *triedb.Database triedb *triedb.Database
codedb *CodeDB codedb *CodeDB