diff options
Diffstat (limited to 'vm/address.go')
-rw-r--r-- | vm/address.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/address.go b/vm/address.go index cfb7f36d9..c4aa1eb7c 100644 --- a/vm/address.go +++ b/vm/address.go @@ -3,8 +3,8 @@ package vm import ( "math/big" - "github.com/ethereum/eth-go/ethcrypto" - "github.com/ethereum/eth-go/ethutil" + "github.com/ethereum/go-ethereum/ethcrypto" + "github.com/ethereum/go-ethereum/ethutil" ) type Address interface { |