Skip to content

Commit

Permalink
local_pow default
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo A. Rodrigues committed Mar 1, 2021
1 parent 9eb47ec commit f8f4200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct Opt {
n_threads: u32,

/// Enable local_pow
#[structopt(short = "l", long = "local_pow")]
#[structopt(short = "l", long = "local_pow", default_value = "true")]
local_pow: bool,

/// Set Timeout (seconds)
Expand Down

0 comments on commit f8f4200

Please sign in to comment.