comment removal

This commit is contained in:
mfahampshire
2023-07-03 21:33:36 +00:00
parent 8f27d041ac
commit fcdcde8427
@@ -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
}