mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
fix linter
This commit is contained in:
parent
f0f1752249
commit
6098c40dfa
11 changed files with 25 additions and 27 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue