Commit f76dbaed by github-actions

Merge upstream master into patched/master

parents a60bf641 a0a8bbb5
...@@ -21,8 +21,6 @@ import "../../../utils/cryptography/ECDSA.sol"; ...@@ -21,8 +21,6 @@ import "../../../utils/cryptography/ECDSA.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._
*/ */
......
...@@ -19,8 +19,6 @@ import "./ERC20Votes.sol"; ...@@ -19,8 +19,6 @@ import "./ERC20Votes.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