We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becd025 commit f58cd2cCopy full SHA for f58cd2c
src/commands.rs
@@ -127,7 +127,7 @@ pub enum CliSubCommand {
127
/// Returns a JSON object containing:
128
/// - `mnemonic`: the 12-word phrase
129
/// - `external_descriptor`: public and private forms for receive addresses
130
- /// - `internal_descriptor`: public and private forms for change addresses
+ /// - `internal_descriptor`: public and private forms for change addresses.
131
Descriptor(GenerateDescriptorArgs),
132
}
133
#[derive(Debug, Clone, PartialEq, Args)]
0 commit comments