Skip to content

Commit

Permalink
removed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed Jan 12, 2024
1 parent 80a5882 commit 6504d8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion l1-contracts/contracts/zksync/facets/Executor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ contract ExecutorFacet is Base, IExecutor {
}
}

// TODO: Update to only require a blob log when a blob is published.
// We only require 9 logs to be checked, the 10th is if we are expecting a protocol upgrade
// Without the protocol upgrade we expect 9 logs: 2^9 - 1 = 511
// With the protocol upgrade we expect 8 logs: 2^10 - 1 = 1023
Expand Down

0 comments on commit 6504d8b

Please sign in to comment.