Skip to content

Commit 2a6127f

Browse files
committed
docs: remove stale comment
1 parent a019af9 commit 2a6127f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rollup/RollupAdminLogic.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,6 @@ contract RollupAdminLogic is RollupCore, IRollupAdmin, DoubleLogicUUPSUpgradeabl
308308
// 4. create a new assertion using the assertion with the updated config has as a prev
309309
// 5. force confirm it - this is necessary to set latestConfirmed on the correct line
310310
// 6. unpause the contract
311-
312-
// Normally, a new assertion is created using its prev's confirmPeriodBlocks
313-
// in the case of a force create, we use the rollup's current confirmPeriodBlocks
314311
createNewAssertion(assertion, prevAssertionHash, expectedAssertionHash);
315312

316313
emit AssertionForceCreated(expectedAssertionHash);

0 commit comments

Comments
 (0)