add UX to payment acknoledged
This commit is contained in:
parent
9b327cd458
commit
6462968d5e
4 changed files with 63 additions and 60 deletions
|
|
@ -402,6 +402,9 @@ Identity.prototype.bindWallet = function(w) {
|
|||
w.on('txProposalsUpdated', function() {
|
||||
Identity.storeWalletDebounced(self, w);
|
||||
});
|
||||
w.on('paymentAck', function() {
|
||||
Identity.storeWalletDebounced(self, w);
|
||||
});
|
||||
w.on('newAddresses', function() {
|
||||
Identity.storeWalletDebounced(self, w);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue