mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 15:26:03 -04:00
clear monero connection error & popup on successful poll
This commit is contained in:
parent
a5ce48c752
commit
15c97d9b1a
@ -808,6 +808,7 @@ public final class XmrConnectionService {
|
||||
|
||||
// connected to daemon
|
||||
isConnected = true;
|
||||
connectionServiceError.set(null);
|
||||
|
||||
// determine if blockchain is syncing locally
|
||||
boolean blockchainSyncing = lastInfo.getHeight().equals(lastInfo.getHeightWithoutBootstrap()) || (lastInfo.getTargetHeight().equals(0l) && lastInfo.getHeightWithoutBootstrap().equals(0l)); // blockchain is syncing if height equals height without bootstrap, or target height and height without bootstrap both equal 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user