From fcdcde8427356c701ae1558d66201535eccf629e Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 3 Jul 2023 21:33:36 +0000 Subject: [PATCH] comment removal --- demos/rust-cosmos-broadcaster-client/src/main.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/demos/rust-cosmos-broadcaster-client/src/main.rs b/demos/rust-cosmos-broadcaster-client/src/main.rs index 63a01b9d96..d0f9b3cb06 100644 --- a/demos/rust-cosmos-broadcaster-client/src/main.rs +++ b/demos/rust-cosmos-broadcaster-client/src/main.rs @@ -30,11 +30,9 @@ enum Commands { #[derive(Debug, Clone, Args)] struct OfflineSignTx { - // / some random info for testing - // string: String, - /// mnemonic + /// mnemonic of signing + sending account (you!) mnemonic: String, - /// recipient nym address + /// recipient nyx chain address to: String }