Skip to content

Commit

Permalink
Merge pull request risc0#87 from taikoxyz/missing-prompt
Browse files Browse the repository at this point in the history
add missing config
  • Loading branch information
Brechtpd committed Apr 7, 2024
2 parents 06f5c40 + 9228925 commit 6e373c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions host/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ pub struct Opt {
#[structopt(long, require_equals = true, default_value = "10")]
concurrency_limit: usize,

#[structopt(long, require_equals = true, default_value = "taiko_a7")]
network: String,

#[structopt(long, require_equals = true, default_value = "7")]
max_log_days: usize,

Expand Down

0 comments on commit 6e373c4

Please sign in to comment.