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

@ -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);
});