We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79458ca commit 1fd2ac5Copy full SHA for 1fd2ac5
src/citrea_config/bitcoin.rs
@@ -8,7 +8,6 @@ impl Default for MonitoringConfig {
8
Self {
9
check_interval: 1,
10
history_limit: 100,
11
- reorg_depth_threshold: FINALITY_DEPTH,
12
}
13
14
@@ -17,7 +16,6 @@ impl Default for MonitoringConfig {
17
16
pub struct MonitoringConfig {
18
pub check_interval: u64,
19
pub history_limit: usize,
20
- pub reorg_depth_threshold: u64,
21
22
23
/// Runtime configuration for the DA service
0 commit comments