diff options
Diffstat (limited to 'core/evm.go')
-rw-r--r-- | core/evm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/evm.go b/core/evm.go index ae18ee9a6..7196cad27 100644 --- a/core/evm.go +++ b/core/evm.go @@ -23,7 +23,7 @@ import ( "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" + vm "github.com/dexon-foundation/dexon/core/vm/evm" ) // ChainContext supports retrieving headers and consensus parameters from the |