Skip to content

Commit

Permalink
add log for verify_mgr
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Aug 13, 2024
1 parent ede09ae commit 5ad689f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tx-pool/src/verify_mgr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ impl Worker {
self.service
.after_process(entry.tx, entry.remote, &snapshot, &res)
.await;
} else {
info!("_process_tx for tx: {} returned none", entry.tx.hash());
}
}
}
Expand Down

0 comments on commit 5ad689f

Please sign in to comment.