diff --git a/src/lib.rs b/src/lib.rs index e7c9dc5..52ea4d2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -722,7 +722,7 @@ pub enum OfflineWalletSubCommand { #[structopt(name = "INT_POLICY", long = "internal_policy")] internal_policy: Option, /// 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