We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a662d4 commit d4e345cCopy full SHA for d4e345c
core/state/statedb.go
@@ -32,6 +32,7 @@ import (
32
"github.com/ethereum/go-ethereum/log"
33
"github.com/ethereum/go-ethereum/metrics"
34
"github.com/ethereum/go-ethereum/params"
35
+ "github.com/ethereum/go-ethereum/trie"
36
"github.com/ethereum/go-ethereum/trie/trienode"
37
"github.com/ethereum/go-ethereum/trie/triestate"
38
)
0 commit comments