diff --git a/core/src/send_transaction_service.rs b/core/src/send_transaction_service.rs index 48e3ae947..d897c372b 100644 --- a/core/src/send_transaction_service.rs +++ b/core/src/send_transaction_service.rs @@ -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;