Open a trie from the in-memory database

This commit is contained in:
Elizabeth Engelman
2019-04-21 12:23:47 -05:00
committed by Ian Norden
parent 1c59dfdca6
commit 3b049aeb83
+1
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 {