Skip to content

Commit

Permalink
Merge pull request #108 from eltociear/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lidangzzz authored Mar 16, 2024
2 parents fa7c165 + 9d60a31 commit 25a18b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ can add a new plugin and corresponding voting rule to the DARC VM contract:
add_voting_rule( // add a voting rule (as index 5)
[
{
voting_class: [1], // voting token class: 1, level-1 token ownners (board of directors) are required to vote
voting_class: [1], // voting token class: 1, level-1 token owners (board of directors) are required to vote
approve_percentage: 99, // 99% voting power is required to approve
voting_duration: 3600, // voting duration: 1 hour (3600 seconds)
execute_duration: 3600, // pending duration for execution: 1 hour (3600 seconds)
Expand Down

0 comments on commit 25a18b0

Please sign in to comment.