File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ The candidate who deposits less than **MIN_DEPOSIT** cannot participate in the e
57
57
The candidate can deposit more than ** MIN_DEPOSIT** , but they cannot withdraw it manually.
58
58
59
59
## Delegation
60
- The stakeholders have the right to choose validators as much as their shares.
61
- This is called delegation, and the stakeholders who have delegated called delegators.
62
- The delegation is valid only when the delegatee is not an eligible or not banned.
60
+ The stakeholders have the right to choose validators in proportion to their shares.
61
+ This is called delegation, and the stakeholders who have delegated are called delegators.
62
+ The delegation is valid only when the delegatee is eligible and not banned.
63
63
The delegated stakes are returned when the account becomes an eligible account or a banned account.
64
64
65
65
## Election
66
66
The election is a process that elects validators of a term according to the following rule:
67
67
68
68
1 . Select the candidates who deposited ** MIN_DEPOSIT** or more.
69
- 2 . Pick ** MAX_NUM_OF_VALIDATORS** candidates in order of having received many delegations.
69
+ 2 . Pick ** MAX_NUM_OF_VALIDATORS** candidates in order of the amount of received delegations.
70
70
3 . Select ** MIN_NUM_OF_VALIDATORS** accounts; they become validators.
71
71
4 . Among the rest of them, drop the accounts that received less than ** DELEGATION_THRESHOLD** ; the remaining accounts become validators.
72
72
You can’t perform that action at this time.
0 commit comments