diff options
author | obscuren <geffobscura@gmail.com> | 2014-04-11 06:32:54 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-04-11 06:32:54 +0800 |
commit | afc92fb7d799a4085d2256a7106ee9f7b9ea2f9e (patch) | |
tree | 47f9e085aa6331573342c083e457aabb61646058 /ethchain | |
parent | 891f7259091cba0fe5e8c9370e7b0b1055b56683 (diff) | |
download | go-tangerine-afc92fb7d799a4085d2256a7106ee9f7b9ea2f9e.tar go-tangerine-afc92fb7d799a4085d2256a7106ee9f7b9ea2f9e.tar.gz go-tangerine-afc92fb7d799a4085d2256a7106ee9f7b9ea2f9e.tar.bz2 go-tangerine-afc92fb7d799a4085d2256a7106ee9f7b9ea2f9e.tar.lz go-tangerine-afc92fb7d799a4085d2256a7106ee9f7b9ea2f9e.tar.xz go-tangerine-afc92fb7d799a4085d2256a7106ee9f7b9ea2f9e.tar.zst go-tangerine-afc92fb7d799a4085d2256a7106ee9f7b9ea2f9e.zip |
Added better address format
Diffstat (limited to 'ethchain')
-rw-r--r-- | ethchain/vm_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/vm_test.go b/ethchain/vm_test.go index 923d3526c..55fb71dbe 100644 --- a/ethchain/vm_test.go +++ b/ethchain/vm_test.go @@ -120,7 +120,7 @@ func TestRun4(t *testing.T) { if err != nil { fmt.Println(err) } - //asm = append(asm, "LOG") + asm = append(asm, "LOG") fmt.Println(asm) callerScript := ethutil.Assemble(asm...) |