ghassmo 4 лет назад
Родитель
Сommit
e6c68c76bf
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      todo.md

+ 1 - 3
todo.md

@@ -6,8 +6,6 @@
 
 ## v0-release
 
-- [ ] change assetID variable to network and add switch statement in cashier::start()
-- [ ] Optional Cargo "features" for cashierd/darkfid, to {en,dis}able different chains
 - [ ] cashierd config has explicit mainnet and testnet configurations, simplify this and have a single endpoint
 - [ ] use f64 (and only positive/absolute) for amounts only on the client-facing side. internally, use u64 and num of decimals
 - [ ] change assetID and asset to tokenID and token across project
@@ -16,7 +14,7 @@
 
 ## deposit
 
-- [X] cashierd: resume watch after restart
+- [ ] ...
 
 ## bridge