Skip to content

Commit

Permalink
core/state: fix missing import (#28010)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored Aug 26, 2023
1 parent 3a662d4 commit d4e345c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/metrics"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/trie"
"github.com/ethereum/go-ethereum/trie/trienode"
"github.com/ethereum/go-ethereum/trie/triestate"
)
Expand Down

0 comments on commit d4e345c

Please sign in to comment.