diff options
author | obscuren <geffobscura@gmail.com> | 2014-12-04 17:53:49 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-12-04 17:53:49 +0800 |
commit | 83663ed4b01480c628ce2c849e4e881ac04b5120 (patch) | |
tree | 0bbef8acd355038c39b754aeb3d615e47257686e /tests/vm | |
parent | 9008b155d3c8d2a32c4c8945f1174243d48d4e90 (diff) | |
download | dexon-83663ed4b01480c628ce2c849e4e881ac04b5120.tar.gz dexon-83663ed4b01480c628ce2c849e4e881ac04b5120.tar.zst dexon-83663ed4b01480c628ce2c849e4e881ac04b5120.zip |
Renames for chain, updated VM, moved methods
* Renamed a couple more chain => core
* Updated VM `pc` to be uint64 rather than big int
* XEth interface cleanup
Diffstat (limited to 'tests/vm')
-rw-r--r-- | tests/vm/gh_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index 5c4df1975..3da37cd3a 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -6,7 +6,7 @@ import ( "strconv" "testing" - "github.com/ethereum/go-ethereum/chain/types" + "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/ethutil" "github.com/ethereum/go-ethereum/state" "github.com/ethereum/go-ethereum/tests/helper" |