Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jul 29, 2024
1 parent 0017813 commit 5b36600
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ pub struct MintTestTokensOptions {

#[structopt(long = "account-no", help = "Address by index (for convenience)")]
pub account_no: Option<usize>,

#[structopt(
long = "mint-loop",
help = "Address where to sent tokens minted in the loop"
)]
pub mint_loop_address: Option<Address>,
}

#[derive(StructOpt)]
Expand Down

0 comments on commit 5b36600

Please sign in to comment.