Skip to content

Commit

Permalink
Skip panic reason in the canonical form
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Sep 13, 2024
1 parent aece3d3 commit 6e8d721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/abi/receipts.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ _Important note:_ For the JSON representation of receipts, we represent 64-bit u

- `type`: `Panic`.
- `id`: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. `null` otherwise.
- `reason`: Decimal string representation of an 8-bit unsigned integer; panic reason.
- `reason`: Optional decimal string representation of an 8-bit unsigned integer; panic reason.
Not included in canonical receipt form.
- `pc`: Hexadecimal string representation of a 64-bit unsigned integer; value of register `$pc`.
- `is`: Hexadecimal string representation of a 64-bit unsigned integer; value of register `$is`.
- `contractId`: Optional hexadecimal string representation of the 256-bit (32-byte) contract ID if applicable. `null` otherwise.
Expand Down

0 comments on commit 6e8d721

Please sign in to comment.