removed comment + removed todo from readme

This commit is contained in:
mfahampshire
2023-07-19 12:09:10 +02:00
parent f6e19e8233
commit 9abb403e01
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -1,6 +1,3 @@
TODO FOR DEMO
- flags for cli
### Nym mixnet cosmos tx broadcaster demo
A demo showing how to:
* sign a cosmos tx (simple token transfer) offline
+1 -1
View File
@@ -26,7 +26,7 @@ enum Commands {
#[derive(Debug, Clone, Args)]
struct OfflineSignTx {
/// mnemonic of signing + sending account (you!) - TODO this will be removed and replaced with file
/// mnemonic of signing + sending account (you!)
mnemonic: bip39::Mnemonic,
/// recipient nyx chain address for token transfer
nyx_token_receipient: AccountId,