Skip to content

Commit

Permalink
mitigation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Sep 4, 2024
1 parent c20c1e0 commit c5aa36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/plugins/governance/Governance.sol
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ contract Governance is
bytes[] memory calldatas,
bytes32 descriptionHash
) internal override(Governor, GovernorTimelockControl) {
super._execute(proposalId, targets, values, calldatas, descriptionHash);
require(startedInSameEra(proposalId), "new era");
super._execute(proposalId, targets, values, calldatas, descriptionHash);
}

function _cancel(
Expand Down

0 comments on commit c5aa36d

Please sign in to comment.