lunar-mining 4 лет назад
Родитель
Сommit
a493c34f85
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      todo.md

+ 2 - 1
todo.md

@@ -7,10 +7,11 @@
 ## v0-release
 
 - [ ] 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
 - [ ] drk2: retrieve cashier features and error if don't support the network
 - [ ] darkfid: match 'bitcoin' to 'btc'
+- [ ] change amount type to u64 across project
+- [ ] darkfid.transfer: match token input and return token_id from wallet 
 
 ## deposit