aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-04-11 06:32:54 +0800
committerobscuren <geffobscura@gmail.com>2014-04-11 06:32:54 +0800
commitafc92fb7d799a4085d2256a7106ee9f7b9ea2f9e (patch)
tree47f9e085aa6331573342c083e457aabb61646058 /ethchain
parent891f7259091cba0fe5e8c9370e7b0b1055b56683 (diff)
downloadgo-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.go2
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...)