diff --git a/content/dags-and-decentralization.md b/content/dags-and-decentralization.md index 2317c850..cbaac543 100644 --- a/content/dags-and-decentralization.md +++ b/content/dags-and-decentralization.md @@ -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).