fix received

This commit is contained in:
Matias Alejo Garcia 2014-09-09 15:40:12 -03:00
commit 255affe382
3 changed files with 4 additions and 3 deletions

View file

@ -70,8 +70,8 @@ angular.module('copayApp.services')
}
});
w.on('tx', function() {
notification.funds('Funds received!', tx.address);
w.on('tx', function(address) {
notification.funds('Funds received!', address);
root.updateBalance(function() {
$rootScope.$digest();
});