Переглянути джерело

dao_demo: corrected documentation

lunar-mining 3 роки тому
батько
коміт
293f368134
1 змінених файлів з 3 додано та 4 видалено
  1. 3 4
      bin/dao/daod/src/main.rs

+ 3 - 4
bin/dao/daod/src/main.rs

@@ -65,10 +65,9 @@ use crate::{
 //// in a Proposal. This operation can only happen if several conditions are
 //// met.
 ////
-//// At its basis, the DAO is a private key that is owned by all DAO participants
-//// but can only be operated according to constraints. These constraints,
-//// also known as DAO parameters, are configured by DAO participants and 
-//// enforced by ZK cryptography.
+//// At its basis, the DAO is a treasury that is owned by everyone who holds
+//// the DAO governance token. These constraints, also known as DAO parameters, 
+//// are configured by DAO participants and enforced by ZK cryptography.
 ////
 //// In this demo, the constraints are:
 ////