diff options
Diffstat (limited to 'utils/vm_env.go')
-rw-r--r-- | utils/vm_env.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/vm_env.go b/utils/vm_env.go index 21341ab04..1946b6fac 100644 --- a/utils/vm_env.go +++ b/utils/vm_env.go @@ -3,9 +3,9 @@ package utils import ( "math/big" - "github.com/ethereum/eth-go/ethchain" - "github.com/ethereum/eth-go/ethstate" - "github.com/ethereum/eth-go/vm" + "github.com/ethereum/go-ethereum/ethchain" + "github.com/ethereum/go-ethereum/ethstate" + "github.com/ethereum/go-ethereum/vm" ) type VMEnv struct { |