Revert change for test travis IRC notification

This commit is contained in:
Manfred Karrer 2015-05-05 03:44:17 +02:00
parent c244abeae9
commit 20c2e2ab20

View File

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