Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Myers <github@notmandatory.org>
  • Loading branch information
waterst0ne and notmandatory authored Jun 29, 2022
1 parent cd352e1 commit 86b74bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ pub enum OfflineWalletSubCommand {
#[structopt(name = "INT_POLICY", long = "internal_policy")]
internal_policy: Option<String>,
/// Allows 80-bytes of arbitrary data to a transaction output via OP_RETURN
#[structopt(name = "ADD_DATA", short = "add", long = "add_data")]
#[structopt(name = "ADD_DATA", long = "add_data")]
add_data: String,
},
/// Bumps the fees of an RBF transaction
Expand Down

0 comments on commit 86b74bb

Please sign in to comment.