mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-23 15:10:41 -04:00
fix error on shut down updating p2p connections table
This commit is contained in:
parent
c01d63490f
commit
8ce91aa0c1
2 changed files with 7 additions and 5 deletions
|
@ -99,6 +99,7 @@ public final class XmrConnectionService {
|
|||
private MoneroDaemonInfo lastInfo;
|
||||
private Long syncStartHeight = null;
|
||||
private TaskLooper daemonPollLooper;
|
||||
@Getter
|
||||
private boolean isShutDownStarted;
|
||||
private List<MoneroConnectionManagerListener> listeners = new ArrayList<>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue