Minor cleanup

This commit is contained in:
Jae Kwon
2015-03-21 19:01:13 -07:00
parent 43a0c253f8
commit b25915ee41
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ func main() {
}
var gas uint64 = 1000
output, err := ourVm.Call(account1, account2, []byte{0x60, 0x01, 0x60, 0x01}, []byte{}, 0, &gas)
output, err := ourVm.Call(account1, account2, []byte{0x5B, 0x60, 0x00, 0x56}, []byte{}, 0, &gas)
fmt.Printf("Output: %v Error: %v\n", output, err)
}