diff --git a/demos/rust-cosmos-broadcaster/README.md b/demos/rust-cosmos-broadcaster/README.md index c96ca175f6..eeeca44e03 100644 --- a/demos/rust-cosmos-broadcaster/README.md +++ b/demos/rust-cosmos-broadcaster/README.md @@ -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 diff --git a/demos/rust-cosmos-broadcaster/bin/client.rs b/demos/rust-cosmos-broadcaster/bin/client.rs index 0a09f5ee08..774cb5d81d 100644 --- a/demos/rust-cosmos-broadcaster/bin/client.rs +++ b/demos/rust-cosmos-broadcaster/bin/client.rs @@ -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,