There was an error while loading. Please reload this page.
1 parent 1af4f3c commit 0297b6bCopy full SHA for 0297b6b
1 file changed
core/node/house_keeper/src/node.rs
@@ -89,7 +89,8 @@ impl WiringLayer for HouseKeeperLayer {
89
.ecosystem_contracts
90
.validator_timelock_addr;
91
let two_factor_approval_reporter = TwoFactorApprovalReporter::new(
92
- self.house_keeper_config.two_factor_approval_reporting_interval,
+ self.house_keeper_config
93
+ .two_factor_approval_reporting_interval,
94
replica_pool,
95
input.eth_client,
96
validator_timelock_addr,
0 commit comments