Skip to content

Commit

Permalink
Improvement to scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 21, 2023
1 parent e7e486a commit 03178f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub struct ScanBlockchainOptions {
#[structopt(short = "c", long = "chain-name", default_value = "polygon")]
pub chain_name: String,

#[structopt(short = "b", long = "from_block")]
#[structopt(short = "b", long = "from-block")]
pub from_block: u64,

#[structopt(long = "start-new-scan")]
Expand Down

0 comments on commit 03178f7

Please sign in to comment.