Added better address format

pull/150/head
obscuren 11 years ago
parent 891f725909
commit afc92fb7d7
  1. 2
      ethchain/vm_test.go

@ -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...)

Loading…
Cancel
Save