Skip to content

Commit

Permalink
Update creating_proposal_farmers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renauter authored Jul 3, 2024
1 parent 65c2de3 commit 2e1852d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Open the Polkadot JS UI in your browser:

The proposal must include the following arguments:

* `threshold`: minimal number of farmer votes required to be able to close proposal before its end. should be at least 5 or more.
* `threshold`: minimal number of farmer votes required to be able to close proposal before its end and to approve the proposal (should be set to at least 5 votes).
* `action`: call/extrinsic to execute on chain. If there is no call to be executed (which is usually the case) then `system` -> `remark()` should be set.
* `description`: a small description of what the proposal is about.
* `link`: a link to a more elaborate explanation of the proposal.
Expand Down Expand Up @@ -52,7 +52,7 @@ After the proposal ends or, before it, if number of votes reached `threshold`, i
## Approval

Once closed the proposal is removed from list and the action, if any, is executed on chain in case of approval.
Since each farmer vote is weighted by the corresponding farm capacity (`weight = 2 * (sum of CU of all nodes) + (sum of SU of all nodes)`), approval is obtained when `Yes` votes quantity is strictly greater than `No` votes quantity.
Since each farmer vote is weighted by the corresponding farm capacity (`weight = 2 * (sum of CU of all nodes) + (sum of SU of all nodes)`), approval is obtained when `Yes` votes quantity is strictly greater than `No` votes quantity **and** total number of votes reached `threshold` value.

## Check proposal

Expand Down

0 comments on commit 2e1852d

Please sign in to comment.