mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
fix npe if no monero connection on startup
This commit is contained in:
parent
2814d9dfc9
commit
f9d0bb414e
@ -561,7 +561,7 @@ public final class CoreMoneroConnectionsService {
|
||||
}
|
||||
|
||||
// notify error message
|
||||
HavenoUtils.havenoSetup.getWalletServiceErrorMsg().set(e.getMessage());
|
||||
if (HavenoUtils.havenoSetup != null) HavenoUtils.havenoSetup.getWalletServiceErrorMsg().set(e.getMessage());
|
||||
|
||||
// check connection which notifies of changes
|
||||
synchronized (this) {
|
||||
|
Loading…
Reference in New Issue
Block a user