add UX to payment acknoledged
This commit is contained in:
parent
9b327cd458
commit
6462968d5e
4 changed files with 63 additions and 60 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue