aboutsummaryrefslogtreecommitdiffstats
path: root/vm/execution.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm/execution.go')
-rw-r--r--vm/execution.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/execution.go b/vm/execution.go
index c518c4b57..8da0469de 100644
--- a/vm/execution.go
+++ b/vm/execution.go
@@ -4,8 +4,8 @@ import (
"fmt"
"math/big"
- "github.com/ethereum/eth-go/ethstate"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethstate"
+ "github.com/ethereum/go-ethereum/ethutil"
)
type Execution struct {