mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-17 05:52:19 -04:00
Test travis IRC notification
This commit is contained in:
parent
93c79af125
commit
c244abeae9
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class MainViewModel implements ViewModel {
|
|||
});
|
||||
setBitcoinNetworkSyncProgress(walletService.downloadPercentageProperty().get());
|
||||
|
||||
walletService.numPeersProperty().addListener((observable, oldValue, newValue) -> {
|
||||
walletServic.numPeersProperty().addListener((observable, oldValue, newValue) -> {
|
||||
numBTCPeers.set(String.valueOf(newValue) + " peers");
|
||||
if ((int) newValue < 1) {
|
||||
walletServiceErrorMsg.set("We lost connection to the last peer.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue