diff --git a/contracts/plugins/governance/Governance.sol b/contracts/plugins/governance/Governance.sol index 797d818fa7..d4a9665823 100644 --- a/contracts/plugins/governance/Governance.sol +++ b/contracts/plugins/governance/Governance.sol @@ -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(