Skip to content

Commit

Permalink
move ts to +1
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-kothari committed Aug 16, 2023
1 parent c2c30da commit 99f807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/src/core/Rollup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ contract Rollup is IRollup {
}

rollupStateHash = newStateHash;
lastBlockTs = block.timestamp;
lastBlockTs = block.timestamp + 1;

// @todo (issue #605) handle fee collector
IInbox inbox = REGISTRY.getInbox();
Expand Down

0 comments on commit 99f807e

Please sign in to comment.