Added missing import to trie/plugin_hooks
This commit is contained in:
parent
27810f60ad
commit
e2c33f60c4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user