Skip to content

Commit

Permalink
update reference to list containing 1 item to statement describing be…
Browse files Browse the repository at this point in the history
…havior for contract instructions during predicate.
  • Loading branch information
possible-panther committed Mar 1, 2023
1 parent 13acab2 commit fb4d390
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/vm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ For each such input in the transaction, the VM is [initialized](#vm-initializati

Predicate verification will fail if gas is exhausted during execution.

During predicate mode, hitting any of the following instructions causes predicate verification to halt, returning Boolean `false`:

1. Any [contract instruction](./instruction_set.md#contract-instructions).
During predicate mode, hitting any [contract instruction](./instruction_set.md#contract-instructions) causes predicate verification to halt, returning Boolean `false`.

In addition, during predicate mode if `$pc` is set to a value greater than the end of predicate bytecode (this would allow bytecode outside the actual predicate), predicate verification halts returning Boolean `false`.

Expand Down

0 comments on commit fb4d390

Please sign in to comment.