mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-21 12:48:35 -04:00
Ready for Version 0.2.1 deployment
This commit is contained in:
parent
19bb552224
commit
7a9de65e86
2 changed files with 2 additions and 10 deletions
|
@ -423,8 +423,8 @@ class MainViewModel implements ViewModel {
|
|||
}
|
||||
|
||||
private void stopBlockchainSyncTimeout() {
|
||||
log.trace("stopBlockchainSyncTimeout");
|
||||
if (blockchainSyncTimeoutTimer != null) {
|
||||
log.trace("stopBlockchainSyncTimeout");
|
||||
blockchainSyncTimeoutTimer.cancel();
|
||||
blockchainSyncTimeoutTimer = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue