Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
ownners -> owners
  • Loading branch information
eltociear committed Mar 16, 2024
1 parent fa7c165 commit 9d60a31
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 9d60a31

Please sign in to comment.