Test travis IRC notification

This commit is contained in:
Manfred Karrer 2015-05-05 03:38:38 +02:00
parent 93c79af125
commit c244abeae9

View file

@ -153,7 +153,7 @@ class MainViewModel implements ViewModel {
}); });
setBitcoinNetworkSyncProgress(walletService.downloadPercentageProperty().get()); setBitcoinNetworkSyncProgress(walletService.downloadPercentageProperty().get());
walletService.numPeersProperty().addListener((observable, oldValue, newValue) -> { walletServic.numPeersProperty().addListener((observable, oldValue, newValue) -> {
numBTCPeers.set(String.valueOf(newValue) + " peers"); numBTCPeers.set(String.valueOf(newValue) + " peers");
if ((int) newValue < 1) { if ((int) newValue < 1) {
walletServiceErrorMsg.set("We lost connection to the last peer."); walletServiceErrorMsg.set("We lost connection to the last peer.");