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
74
74
4 . Select the top ** MIN_NUM_OF_VALIDATORS** accounts; they become validators.
75
75
5 . Among the rest of them, drop the accounts that received less than ** DELEGATION_THRESHOLD** ; the remaining accounts become validators.
76
76
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.
78
80
* There are at least ** MIN_NUM_OF_VALIDATORS** validators only if the number of candidates is larger than ** MIN_NUM_OF_VALIDATORS** .
79
81
* The candidates that are not in ** MIN_NUM_OF_VALIDATORS** and not receiving delegation of more than ** DELEGATION_THRESHOLD** will not be validators.
80
82
You can’t perform that action at this time.
0 commit comments