Skip to content

Commit

Permalink
Mainnet Target Branch (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Jan 24, 2025
1 parent c92884d commit 9bdabaf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ contract MCR is Initializable, BaseSettlement, MCRStorage, IMCR {
// Forces the latest attestation by setting the block height
// Note: this only safe when we are running with a single validator as it does not zero out follow-on commitments.
function forceLatestCommitment(BlockCommitment memory blockCommitment) public {
/*require(
require(
hasRole(COMMITMENT_ADMIN, msg.sender),
"FORCE_LATEST_COMMITMENT_IS_COMMITMENT_ADMIN_ONLY"
);*/
);

// increment the acceptedBlocksVersion (effectively removing all other accepted blocks)
acceptedBlocksVersion += 1;
Expand Down

0 comments on commit 9bdabaf

Please sign in to comment.