diff options
Diffstat (limited to 'light/trie.go')
-rw-r--r-- | light/trie.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/light/trie.go b/light/trie.go index d71f52f3e..854dbca77 100644 --- a/light/trie.go +++ b/light/trie.go @@ -21,12 +21,12 @@ import ( "errors" "fmt" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/core/state" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/crypto" - "github.com/dexon-foundation/dexon/ethdb" - "github.com/dexon-foundation/dexon/trie" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/core/state" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/crypto" + "github.com/tangerine-network/go-tangerine/ethdb" + "github.com/tangerine-network/go-tangerine/trie" ) func NewState(ctx context.Context, head *types.Header, odr OdrBackend) *state.StateDB { |