Skip to content

Commit 1fd2ac5

Browse files
committed
Remove reorg_depth from config
1 parent 79458ca commit 1fd2ac5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/citrea_config/bitcoin.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ impl Default for MonitoringConfig {
88
Self {
99
check_interval: 1,
1010
history_limit: 100,
11-
reorg_depth_threshold: FINALITY_DEPTH,
1211
}
1312
}
1413
}
@@ -17,7 +16,6 @@ impl Default for MonitoringConfig {
1716
pub struct MonitoringConfig {
1817
pub check_interval: u64,
1918
pub history_limit: usize,
20-
pub reorg_depth_threshold: u64,
2119
}
2220

2321
/// Runtime configuration for the DA service

0 commit comments

Comments
 (0)