Commit e692a4eb by github-actions

Merge upstream openzeppelin-contracts into upstream-patched

parents 1fa77bec 9eba3ef2
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
[.readme-notice] [.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/governance NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/governance
This directory includes primitives for on-chain governance. We currently only offer the {TimelockController} contract, that can be used as a component in a governance systems to introduce a delay between a proposal and its execution. This directory includes primitives for on-chain governance. We currently only offer the {TimelockController} contract, that can be used as a component in a governance system to introduce a delay between a proposal and its execution.
== Timelock == Timelock
......
...@@ -12,7 +12,7 @@ import "./ERC20Votes.sol"; ...@@ -12,7 +12,7 @@ import "./ERC20Votes.sol";
* with Governor Alpha or Bravo) and if you are sure the supply cap of 2^96^ is enough for you. Otherwise, use the * with Governor Alpha or Bravo) and if you are sure the supply cap of 2^96^ is enough for you. Otherwise, use the
* {ERC20Votes} variant of this module. * {ERC20Votes} variant of this module.
* *
* This extensions keeps a history (checkpoints) of each account's vote power. Vote power can be delegated either * This extension keeps a history (checkpoints) of each account's vote power. Vote power can be delegated either
* by calling the {delegate} function directly, or by providing a signature to be used with {delegateBySig}. Voting * by calling the {delegate} function directly, or by providing a signature to be used with {delegateBySig}. Voting
* power can be queried through the public accessors {getCurrentVotes} and {getPriorVotes}. * power can be queried through the public accessors {getCurrentVotes} and {getPriorVotes}.
* *
......
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