removed comment + removed todo from readme
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user