We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd352e1 commit 86b74bbCopy full SHA for 86b74bb
src/lib.rs
@@ -722,7 +722,7 @@ pub enum OfflineWalletSubCommand {
722
#[structopt(name = "INT_POLICY", long = "internal_policy")]
723
internal_policy: Option<String>,
724
/// Allows 80-bytes of arbitrary data to a transaction output via OP_RETURN
725
- #[structopt(name = "ADD_DATA", short = "add", long = "add_data")]
+ #[structopt(name = "ADD_DATA", long = "add_data")]
726
add_data: String,
727
},
728
/// Bumps the fees of an RBF transaction
0 commit comments