diff --git a/trie/plugin_hooks.go b/trie/plugin_hooks.go index 478b7f126..d33dfa414 100644 --- a/trie/plugin_hooks.go +++ b/trie/plugin_hooks.go @@ -3,6 +3,7 @@ package trie import ( "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/plugins" + "github.com/ethereum/go-ethereum/common" ) func PluginPreTrieCommit(pl *plugins.PluginLoader, node common.Hash) {