File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,9 @@ The election is a process that elects validators of a term according to the foll
74744 . Select the top ** MIN_NUM_OF_VALIDATORS** accounts; they become validators.
75755 . Among the rest of them, drop the accounts that received less than ** DELEGATION_THRESHOLD** ; the remaining accounts become validators.
7676
77- This process guarantees two things:
77+ This process guarantees these things:
78+
79+ * Candidates who are deposited less than ** MIN_DEPOSIT** cannot be validators. This prevents the * nothing-at-stake* problem.
7880* There are at least ** MIN_NUM_OF_VALIDATORS** validators only if the number of candidates is larger than ** MIN_NUM_OF_VALIDATORS** .
7981* The candidates that are not in ** MIN_NUM_OF_VALIDATORS** and not receiving delegation of more than ** DELEGATION_THRESHOLD** will not be validators.
8082
You can’t perform that action at this time.
0 commit comments