Skip to content

Commit

Permalink
Update LibProving.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jun 9, 2024
1 parent 6e5c83a commit c924ca4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol/contracts/L1/libs/LibProving.sol
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ library LibProving {
// since it resides in the ring buffer, whereas writing to
// `transitionIds` is not as cost-effective.
ts_.key = _tran.parentHash;
// slot 1, write #3

// In the case of this first transition, the block's assigned
// prover has the privilege to re-prove it, but only when the
Expand All @@ -337,7 +336,6 @@ library LibProving {
// While alternative implementations are possible, introducing
// such changes would require additional if-else logic.
ts_.prover = _local.assignedProver;
// slot 4, write #4
} else {
// Furthermore, we index the transition for future retrieval.
// It's worth emphasizing that this mapping for indexing is not
Expand Down

0 comments on commit c924ca4

Please sign in to comment.