Add introduction tag for v5.1 contracts (#5228)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
@ -27,6 +27,8 @@ import {Math} from "../../utils/math/Math.sol";
|
||||
* * Voting privately from a shielded pool using zero knowledge proofs.
|
||||
*
|
||||
* Based on ScopeLift's GovernorCountingFractional[https://github.com/ScopeLift/flexible-voting/blob/e5de2efd1368387b840931f19f3c184c85842761/src/GovernorCountingFractional.sol]
|
||||
*
|
||||
* _Available since v5.1._
|
||||
*/
|
||||
abstract contract GovernorCountingFractional is Governor {
|
||||
using Math for *;
|
||||
|
||||
Reference in New Issue
Block a user