fix address generation

This commit is contained in:
Manuel Araoz 2014-05-09 16:02:27 -03:00
commit 4bfaf05930
2 changed files with 3 additions and 1 deletions

View file

@ -79,7 +79,6 @@ angular.module('copay.controllerUtils')
$rootScope.$digest();
});
w.on('refresh', function() {
alert('refresh');
root.updateBalance();
$rootScope.$digest();
});