add UX to payment acknoledged

This commit is contained in:
Matias Alejo Garcia 2014-11-23 19:19:05 -03:00
commit 6462968d5e
4 changed files with 63 additions and 60 deletions

View file

@ -136,6 +136,10 @@ angular.module('copayApp.services')
root.updateTxsAndBalance(w);
});
w.on('paymentACK', function(memo) {
notification.success('Payment Acknowledged', memo);
});
w.on('txProposalEvent', function(e) {
root.updateTxsAndBalance(w);