Skip to content

Commit

Permalink
chore: fix typo in yellow paper (AztecProtocol#4247)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jan 29, 2024
1 parent 80be57d commit ac82e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellow-paper/docs/public-vm/avm.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ results.output = machineState.memory[instr.args.retOffset:instr.args.retOffset+i

An exceptional halt is not explicitly triggered by an instruction but instead occurs when an exceptional condition is met.

When an exceptional halt occurs, the context is flagged as consuming all off its allocated gas and is marked as `reverted` with no output data, and then execution within the current context ends.
When an exceptional halt occurs, the context is flagged as consuming all of its allocated gas and is marked as `reverted` with no output data, and then execution within the current context ends.

```
machineState.l1GasLeft = 0
Expand Down

0 comments on commit ac82e6b

Please sign in to comment.