Commit 6e0ec557 by github-actions

Transpile f76dbaed

parent 9a42784c
...@@ -20,8 +20,6 @@ import "../../../proxy/utils/Initializable.sol"; ...@@ -20,8 +20,6 @@ import "../../../proxy/utils/Initializable.sol";
* *
* By default, token balance does not account for voting power. This makes transfers cheaper. The downside is that it * By default, token balance does not account for voting power. This makes transfers cheaper. The downside is that it
* requires users to delegate to themselves in order to activate checkpoints and have their voting power tracked. * requires users to delegate to themselves in order to activate checkpoints and have their voting power tracked.
* Enabling self-delegation can easily be done by overriding the {delegates} function. Keep in mind however that this
* will significantly increase the base gas cost of transfers.
* *
* _Available since v4.2._ * _Available since v4.2._
*/ */
......
...@@ -22,8 +22,6 @@ import "../../../proxy/utils/Initializable.sol"; ...@@ -22,8 +22,6 @@ import "../../../proxy/utils/Initializable.sol";
* *
* By default, token balance does not account for voting power. This makes transfers cheaper. The downside is that it * By default, token balance does not account for voting power. This makes transfers cheaper. The downside is that it
* requires users to delegate to themselves in order to activate checkpoints and have their voting power tracked. * requires users to delegate to themselves in order to activate checkpoints and have their voting power tracked.
* Enabling self-delegation can easily be done by overriding the {delegates} function. Keep in mind however that this
* will significantly increase the base gas cost of transfers.
* *
* _Available since v4.2._ * _Available since v4.2._
*/ */
......
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