ignore network in logs
This commit is contained in:
parent
e95fd821bc
commit
1f4a148d23
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue