From 9d60a312d1e4ea3e96edeb19f57b8f622c628b2a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 17 Mar 2024 01:01:52 +0900 Subject: [PATCH] Update README.md ownners -> owners --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 694596d..2534fdc 100644 --- a/README.md +++ b/README.md @@ -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)