Skip to content

Commit

Permalink
fix: gas from step 3 -> step 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jakmeier committed Apr 26, 2024
1 parent cb145a0 commit 8029abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/nep-0539.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ The new chunk execution then follows this order.
the local shard.
5. Execute receipts in the order of `local`, `delayed`, `incoming`, `yield-resume time-out`.
- Don't stop before all receipts are executed or more than 1000 Tgas have
been burnt. Burnt gas includes the burnt gas from step 3.
been burnt. Burnt gas includes the burnt gas from step 4.
- Outgoing receipts up to what is left in
`outgoing_gas_limit[receipt.receiver]` per shard (after step 3) go to the
outgoing receipts list of the chunk.
Expand Down

0 comments on commit 8029abf

Please sign in to comment.