sync: remove redundant tracing specifier
Co-authored-by: Jane Lusby <jlusby42@gmail.com>
This commit is contained in:
parent
1047d2f690
commit
b722818e02
|
@ -319,7 +319,7 @@ where
|
|||
for hash in hashes.into_iter() {
|
||||
let mut retry_peer_set = self.block_network.clone();
|
||||
let mut verifier = self.verifier.clone();
|
||||
let span = tracing::info_span!("block_fetch_verify", hash = ?hash);
|
||||
let span = tracing::info_span!("block_fetch_verify", ?hash);
|
||||
self.pending_blocks.push(
|
||||
tokio::spawn(async move {
|
||||
let block = match retry_peer_set
|
||||
|
|
Loading…
Reference in New Issue