Skip to content

Commit 3197592

Browse files
Seulgi Kimsgkim126
authored andcommitted
Consider a deposit at the election when the amount of delegation is the same
1 parent 9de88cc commit 3197592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Dynamic-Validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The delegated stakes are returned when the account becomes an eligible account o
6666
The election is a process that elects validators of a term according to the following rule:
6767

6868
1. 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.
7070
3. If there are candidates who have tied delegation scores with the dropouts, drop those candidates as well.
7171
4. Select **MIN_NUM_OF_VALIDATORS** accounts; they become validators.
7272
5. Among the rest of them, drop the accounts that received less than **DELEGATION_THRESHOLD**; the remaining accounts become validators.

0 commit comments

Comments
 (0)