sync: remove redundant tracing specifier

Co-authored-by: Jane Lusby <jlusby42@gmail.com>
This commit is contained in:
Henry de Valence 2020-07-21 15:35:27 -07:00
parent 1047d2f690
commit b722818e02
1 changed files with 1 additions and 1 deletions

View File

@ -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