mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 13:13:36 +01: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