Commit afc92fb7 authored by obscuren's avatar obscuren

Added better address format

parent 891f7259
...@@ -120,7 +120,7 @@ func TestRun4(t *testing.T) { ...@@ -120,7 +120,7 @@ func TestRun4(t *testing.T) {
if err != nil { if err != nil {
fmt.Println(err) fmt.Println(err)
} }
//asm = append(asm, "LOG") asm = append(asm, "LOG")
fmt.Println(asm) fmt.Println(asm)
callerScript := ethutil.Assemble(asm...) callerScript := ethutil.Assemble(asm...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment