This commit is contained in:
Sarah Jamie Lewis 2018-07-09 19:31:37 -07:00
parent b4bc2efad6
commit 436c135047
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Vote driven consensus, where peers directly or indirectly vote (weighted by thei
To ensure that transactions are confirmed in a timely manner, voting must also happen in a timely manner.
In order for voting to be secure, all parties with stake in the system much vote (or some statistically random sample of parties must vote, or some delegated representatives of parties must vote) in every round.
In order for voting to be secure, all parties with stake in the system must vote (or some statistically random sample of parties must vote, or some delegated representatives of parties must vote) in every round.
This requires active participation in the system (peers must be online), and a significant amount of cross communication (every party must receive, and verify every other parties vote).