Give the duplicate send_transaction_service a different thread name
This commit is contained in:
committed by
mergify[bot]
parent
f03621d24a
commit
75c3690ccd
@ -116,7 +116,7 @@ impl SendTransactionService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Builder::new()
|
Builder::new()
|
||||||
.name("send-tx-svc".to_string())
|
.name("send-tx-sv2".to_string())
|
||||||
.spawn(move || loop {
|
.spawn(move || loop {
|
||||||
if exit.load(Ordering::Relaxed) {
|
if exit.load(Ordering::Relaxed) {
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user