Skip to content

Commit

Permalink
doc: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
cusma committed Oct 9, 2024
1 parent c5b57c7 commit 5276618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCs/arc-0065.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ it **MUST**:

1. Push to the stack the bytes string containing the error code;
1. Execute the `log` opcode to use the bytes from the top of the stack;
1. Execute the `err` opcode to immediately terminal the program.
1. Execute the `err` opcode to immediately terminate the program.

Upon a program run time failure, the Algod API returns both the failed *program
counter* (`pc`) and the `log` content.
Expand Down

0 comments on commit 5276618

Please sign in to comment.