Skip to content

Commit

Permalink
Update contracts/governance/IGovernor.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Hadrien Croubois <[email protected]>
  • Loading branch information
ernestognw and Amxx authored Sep 3, 2024
1 parent 33aabe5 commit ab33340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/governance/IGovernor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {IERC6372} from "../interfaces/IERC6372.sol";
*
* NOTE: Event parameters lack the `indexed` keyword for compatibility with GovernorBravo events.
* Making event parameters `indexed` affects how events are decoded, potentially breaking existing indexers.
* with existing tools.
*/
interface IGovernor is IERC165, IERC6372 {
enum ProposalState {
Expand Down

0 comments on commit ab33340

Please sign in to comment.