Skip to content

Commit 02b970c

Browse files
committed
Add comment explaining ABI return prefix
1 parent f594c0e commit 02b970c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/goal/application.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ var methodAppCmd = &cobra.Command{
13701370
return
13711371
}
13721372

1373-
// the 4-byte prefix for logged return values
1373+
// the 4-byte prefix for logged return values, from https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0004.md#standard-format
13741374
var abiReturnHash = []byte{0x15, 0x1f, 0x7c, 0x75}
13751375

13761376
if resp.Logs == nil || len(*resp.Logs) == 0 {

0 commit comments

Comments
 (0)