Merge pull request #256 from matiu/feature/reconnect-simpler-peer-mgmt
better peer management / peer reconection
This commit is contained in:
commit
aa0ed193fd
4 changed files with 41 additions and 74 deletions
|
|
@ -45,6 +45,7 @@ angular.module('copay.header').controller('HeaderController',
|
|||
|
||||
$scope.refresh = function() {
|
||||
controllerUtils.updateBalance(function() {
|
||||
w.connectToAll();
|
||||
$rootScope.$digest();
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue