Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
proposals fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidterpay committed Dec 1, 2023
1 parent 75525ed commit b8eb46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/proposals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

After a given lane executes its `PrepareLaneHandler` or `ProcessLaneHandler`, it will return a set of transactions that need to be added to the current proposal that is being constructed. To update the proposal, `Update` is called with the lane that needs to add transactions to the proposal as well as the transactions that need to be added.

Proposals are updated iff:
Proposals are updated _iff_:

1. The total gas utilization of the partial proposal (i.e. the transactions it wants to add) are under the limits allocated for the lane and are less than the maximum gas utilization of the proposal.
2. The total size in bytes of the partial proposal is under the limits allocated for the lane and is less than the maximum size of the proposal.
Expand Down

0 comments on commit b8eb46a

Please sign in to comment.