Skip to content

Commit

Permalink
Add comment about optimizer in GovernorCompatibilityBravo
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Aug 20, 2021
1 parent 1baa009 commit 56d4063
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import "./IGovernorCompatibilityBravo.sol";
* This compatibility layer includes a voting system and requires a {IGovernorTimelock} compatible module to be added
* through inheritance. It does not include token bindings, not does it include any variable upgrade patterns.
*
* NOTE: When using this module, you may need to enable the Solidity optimizer to avoid hitting the contract size limit.
*
* _Available since v4.3._
*/
abstract contract GovernorCompatibilityBravo is
Expand Down

0 comments on commit 56d4063

Please sign in to comment.