ignore network in logs

This commit is contained in:
Arya 2024-08-22 17:58:27 -04:00 committed by ar
parent e95fd821bc
commit 1f4a148d23
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ where
}
/// Generates block templates using `rpc`, and sends them to mining threads using `template_sender`.
#[instrument(skip(rpc, template_sender))]
#[instrument(skip(rpc, template_sender, network))]
pub async fn generate_block_templates<
Mempool,
State,