Commit 56d4063e by Francisco Giordano

Add comment about optimizer in GovernorCompatibilityBravo

parent 1baa0092
...@@ -15,6 +15,8 @@ import "./IGovernorCompatibilityBravo.sol"; ...@@ -15,6 +15,8 @@ import "./IGovernorCompatibilityBravo.sol";
* This compatibility layer includes a voting system and requires a {IGovernorTimelock} compatible module to be added * 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. * 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._ * _Available since v4.3._
*/ */
abstract contract GovernorCompatibilityBravo is abstract contract GovernorCompatibilityBravo is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment