mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Test travis IRC notification
This commit is contained in:
parent
93c79af125
commit
c244abeae9
@ -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…
Reference in New Issue
Block a user