File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ The delegated stakes are returned when the account becomes an eligible account o
6666The election is a process that elects validators of a term according to the following rule:
6767
68681 . Select the candidates who deposited ** MIN_DEPOSIT** or more.
69- 2 . Pick ** MAX_NUM_OF_VALIDATORS** candidates in order of the amount of received delegations.
69+ 2 . Pick ** MAX_NUM_OF_VALIDATORS** candidates in order of the amount of received delegations and the amount of deposit that the candidate made .
70703 . If there are candidates who have tied delegation scores with the dropouts, drop those candidates as well.
71714 . Select ** MIN_NUM_OF_VALIDATORS** accounts; they become validators.
72725 . Among the rest of them, drop the accounts that received less than ** DELEGATION_THRESHOLD** ; the remaining accounts become validators.
You can’t perform that action at this time.
0 commit comments