Skip to content

Commit

Permalink
Fix inconsistent OZ version comment in IGovernor (N-01) (#80)
Browse files Browse the repository at this point in the history
* Fix inconsisten OZ version comment in IGovernor

* Restore oz formatting

---------

Co-authored-by: garyghayrat <[email protected]>
  • Loading branch information
jferas and garyghayrat authored Dec 15, 2024
1 parent ab1afdf commit 78899c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/extensions/IGovernor.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
// Sourced from contract below, with change to hashProposal (removed pure) for sequential proposal ID support.
// OpenZeppelin Contracts (last updated v5.1.0-rc.0) (governance/IGovernor.sol)
// OpenZeppelin Contracts (last updated v5.1.0) (governance/IGovernor.sol)

pragma solidity ^0.8.20;

Expand Down

0 comments on commit 78899c8

Please sign in to comment.