diff options
Diffstat (limited to 'core/evm.go')
-rw-r--r-- | core/evm.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/evm.go b/core/evm.go index a2b61c535..fcc3cd93e 100644 --- a/core/evm.go +++ b/core/evm.go @@ -19,11 +19,11 @@ package core import ( "math/big" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/consensus" - "github.com/dexon-foundation/dexon/core/state" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/core/vm" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/consensus" + "github.com/tangerine-network/go-tangerine/core/state" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/core/vm" ) // ChainContext supports retrieving headers and consensus parameters from the |