mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 03:59:22 +00:00
fix deadlock on startup while awaiting monero connection
This commit is contained in:
parent
71987400c7
commit
1aef8a6bab
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ public final class XmrConnectionService {
|
|||
p2PService.addP2PServiceListener(new P2PServiceListener() {
|
||||
@Override
|
||||
public void onTorNodeReady() {
|
||||
initialize();
|
||||
ThreadUtils.submitToPool(() -> initialize());
|
||||
}
|
||||
@Override
|
||||
public void onHiddenServicePublished() {}
|
||||
|
|
Loading…
Reference in a new issue