15 lines
575 B
Diff
15 lines
575 B
Diff
--- governance/extensions/GovernorPreventLateQuorum.sol 2023-03-07 10:48:47.733488857 +0100
|
|
+++ governance/extensions/GovernorPreventLateQuorum.sol 2023-03-15 14:14:59.121060484 +0100
|
|
@@ -84,6 +84,11 @@
|
|
return _voteExtension;
|
|
}
|
|
|
|
+ // FV
|
|
+ function _getExtendedDeadline(uint256 proposalId) internal view returns (uint64) {
|
|
+ return _extendedDeadlines[proposalId];
|
|
+ }
|
|
+
|
|
/**
|
|
* @dev Changes the {lateQuorumVoteExtension}. This operation can only be performed by the governance executor,
|
|
* generally through a governance proposal.
|