Skip to content

Commit 4a40bb5

Browse files
committed
chore: include lido_module_id in debug log
1 parent 3adc6cc commit 4a40bb5

File tree

1 file changed

+1
-1
lines changed
  • crates/common/src/config

1 file changed

+1
-1
lines changed

crates/common/src/config/mux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ async fn fetch_lido_registry_keys(
314314
lido_module_id: Option<u8>,
315315
http_timeout: Duration,
316316
) -> eyre::Result<Vec<BlsPublicKey>> {
317-
debug!(?chain, %node_operator_id, "loading operator keys from Lido registry");
317+
debug!(?chain, %node_operator_id, ?lido_module_id, "loading operator keys from Lido registry");
318318

319319
// Create an RPC provider with HTTP timeout support
320320
let client = Client::builder().timeout(http_timeout).build()?;

0 commit comments

Comments
 (0)