fix error on shut down updating p2p connections table

This commit is contained in:
woodser 2024-06-30 11:51:56 -04:00
parent c01d63490f
commit 8ce91aa0c1
2 changed files with 7 additions and 5 deletions

View file

@ -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<>();