Open a trie from the in-memory database

This commit is contained in:
Elizabeth Engelman 2019-02-05 16:10:37 -06:00 committed by Ian Norden
parent 1c59dfdca6
commit 3b049aeb83

View File

@ -28,6 +28,7 @@ import (
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/trie"
"github.com/ethereum/go-ethereum/core"
)
type Builder interface {