Skip to content

Commit

Permalink
Corrected panic case
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcircuits committed Jun 16, 2022
1 parent eba0b42 commit 5ad5b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/vm/instruction_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ Panic if:
- In an internal context, if `$rD` is greater than the balance of asset ID 0 of output with contract ID `MEM[$fp, 32]`
- `tx.outputs[$rC].type != OutputType.Message`
- `tx.outputs[$rC].recipient != 0`
- `MEM[$rA, 32] != 0`
- `MEM[$rA, 32] == 0`

Append a receipt to the list of receipts, modifying `tx.receiptsRoot`:

Expand Down

0 comments on commit 5ad5b9e

Please sign in to comment.