Ver Fonte

dao_demo: deleted completed TODOs

lunar-mining há 3 anos atrás
pai
commit
8f4c0e016b
1 ficheiros alterados com 0 adições e 15 exclusões
  1. 0 15
      bin/dao/daod/src/main.rs

+ 0 - 15
bin/dao/daod/src/main.rs

@@ -110,23 +110,8 @@ use crate::{
 ////
 //// High priority:
 ////
-//// 1. Show the token id as a string (e.g. xdrk) as well as the amount when
-////    we output balances to dao-cli. Optional: use prettytable library to display
-////    nicely (see darkfi/bin/drk).
-////    e.g: Balance: 1000 xDRK
-////
-//// 2. airdrop() should pass a PublicKey instead of a nym.
-////
-//// 3. Rename xDRK and gDRK to DRK and GOV (xDRK = DRK, gDRK = GOV)
-////
-//// 4. Change MoneyWallets to be a HashMap<PublicKey, MoneyWallet>
-////
 //// 5. vote() should pass a ProposalBulla
 ////
-//// 6. Delete old dao-cli and daod directories
-////
-//// 7. Clean up warnings :)
-////
 //// Less priority:
 ////
 //// 7. Better document CLI/ CLI help.