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 3adc6cc commit 4a40bb5Copy full SHA for 4a40bb5
crates/common/src/config/mux.rs
@@ -314,7 +314,7 @@ async fn fetch_lido_registry_keys(
314
lido_module_id: Option<u8>,
315
http_timeout: Duration,
316
) -> eyre::Result<Vec<BlsPublicKey>> {
317
- debug!(?chain, %node_operator_id, "loading operator keys from Lido registry");
+ debug!(?chain, %node_operator_id, ?lido_module_id, "loading operator keys from Lido registry");
318
319
// Create an RPC provider with HTTP timeout support
320
let client = Client::builder().timeout(http_timeout).build()?;
0 commit comments