mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 00:07:49 +00:00
fix npe if no monero connection on startup
This commit is contained in:
parent
2814d9dfc9
commit
f9d0bb414e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue