Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Oct 6, 2024
1 parent 9270a2e commit 5ddaee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fuel-vm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ During predicate mode, hitting any [contract instruction](./instruction-set.md#c
A predicate that halts without returning Boolean `true` would not pass verification, making the entire transaction invalid. Note that predicate return value is monotonic with respect to time (i.e. if a predicate evaluates to `true` then it will always evaluate to `true` in the future).

After successful execution, the run mode is determines the final step:

1. Estimation: `predicateGasUsed` is set to `MAX_GAS_PER_PREDICATE - $ggas`.
1. Verification: if `$ggas` is non-zero, predicate verification fails.

Expand Down

0 comments on commit 5ddaee5

Please sign in to comment.