Skip to content

Commit d4e345c

Browse files
authored
core/state: fix missing import (#28010)
1 parent 3a662d4 commit d4e345c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/state/statedb.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import (
3232
"github.com/ethereum/go-ethereum/log"
3333
"github.com/ethereum/go-ethereum/metrics"
3434
"github.com/ethereum/go-ethereum/params"
35+
"github.com/ethereum/go-ethereum/trie"
3536
"github.com/ethereum/go-ethereum/trie/trienode"
3637
"github.com/ethereum/go-ethereum/trie/triestate"
3738
)

0 commit comments

Comments
 (0)