Skip to content

Commit d59877f

Browse files
Add the disabled verifiers field to the Batcher config struct
1 parent 8b7fc34 commit d59877f

File tree

1 file changed

+1
-0
lines changed
  • crates/batcher/src/config

1 file changed

+1
-0
lines changed

crates/batcher/src/config/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pub struct BatcherConfigFromYaml {
5454
pub amount_of_proofs_for_min_max_fee: usize,
5555
pub min_bump_percentage: u64,
5656
pub balance_unlock_polling_interval_seconds: u64,
57+
pub disabled_verifiers: Vec<String>,
5758
}
5859

5960
#[derive(Debug, Deserialize)]

0 commit comments

Comments
 (0)