mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-05 21:24:19 -04:00
clear monero connection error & popup on successful poll
This commit is contained in:
parent
a5ce48c752
commit
15c97d9b1a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue