aboutsummaryrefslogtreecommitdiffstats
path: root/core/evm.go
diff options
context:
space:
mode:
authorjm <jm.huang@cobinhood.com>2019-01-16 17:32:29 +0800
committerJhih-Ming Huang <jm.huang@cobinhood.com>2019-04-11 10:39:57 +0800
commit034d4756e7c95af12f88f89fb8bfa72bfa319e2d (patch)
tree82cfd6871655f53330aa8820fc6509355124bff7 /core/evm.go
parent892743b3c09559c62109c2d0e9fe90b31ef8f049 (diff)
downloaddexon-034d4756e7c95af12f88f89fb8bfa72bfa319e2d.tar
dexon-034d4756e7c95af12f88f89fb8bfa72bfa319e2d.tar.gz
dexon-034d4756e7c95af12f88f89fb8bfa72bfa319e2d.tar.bz2
dexon-034d4756e7c95af12f88f89fb8bfa72bfa319e2d.tar.lz
dexon-034d4756e7c95af12f88f89fb8bfa72bfa319e2d.tar.xz
dexon-034d4756e7c95af12f88f89fb8bfa72bfa319e2d.tar.zst
dexon-034d4756e7c95af12f88f89fb8bfa72bfa319e2d.zip
core: vm: extract stateDB and contract out
Extract stateDB and contract out from core/vm/evm to core/vm, such that other vm type can use the common modules.
Diffstat (limited to 'core/evm.go')
-rw-r--r--core/evm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/evm.go b/core/evm.go
index 83a789131..a2b61c535 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"
- vm "github.com/dexon-foundation/dexon/core/vm/evm"
+ "github.com/dexon-foundation/dexon/core/vm"
)
// ChainContext supports retrieving headers and consensus parameters from the