Give the duplicate send_transaction_service a different thread name

This commit is contained in:
Michael Vines 2020-09-17 15:02:05 -07:00 committed by mergify[bot]
parent f03621d24a
commit 75c3690ccd
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ impl SendTransactionService {
}
Builder::new()
.name("send-tx-svc".to_string())
.name("send-tx-sv2".to_string())
.spawn(move || loop {
if exit.load(Ordering::Relaxed) {
break;