aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/vm_env.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/vm_env.go')
-rw-r--r--ethchain/vm_env.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethchain/vm_env.go b/ethchain/vm_env.go
index 36c9d6002..6dda27c6f 100644
--- a/ethchain/vm_env.go
+++ b/ethchain/vm_env.go
@@ -3,8 +3,8 @@ package ethchain
import (
"math/big"
- "github.com/ethereum/eth-go/ethstate"
- "github.com/ethereum/eth-go/vm"
+ "github.com/ethereum/go-ethereum/ethstate"
+ "github.com/ethereum/go-ethereum/vm"
)
type VMEnv struct {