Merge pull request #1990 from cmgustavo/bug/issues-01

Bug/issues 01
This commit is contained in:
Ivan Socolsky 2014-12-05 16:40:46 -03:00
commit fe74ec1aae
3 changed files with 52 additions and 42 deletions

View file

@ -233,9 +233,13 @@ angular.module('copayApp.services')
w.on('txProposalEvent', function(e) {
if (root.isFocused(wid)) {
pendingTxsService.update();
pendingTxsService.update();
}
balanceService.update(w, function() {
$rootScope.$digest();
}, root.isFocused(wid));
// TODO: add wallet name notification
var user = w.publicKeyRing.nicknameForCopayer(e.cId);
var name = w.getName();