|
@@ -2821,8 +2821,6 @@ power can be queried through the public accessors {getVotes} and {getPastVotes}.
|
|
|
|
|
|
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.
|
|
|
-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._
|
|
|
|
|
@@ -3050,8 +3048,6 @@ power can be queried through the public accessors {getCurrentVotes} and {getPrio
|
|
|
|
|
|
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.
|
|
|
-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._
|
|
|
|