fix addr
This commit is contained in:
parent
db5505b1e3
commit
1c5b59a263
2 changed files with 1 additions and 1 deletions
|
|
@ -653,7 +653,6 @@ Wallet.prototype._setBlockchainListeners = function() {
|
||||||
this.blockchain.on('disconnect', self.emit.bind(self,'networkError'));
|
this.blockchain.on('disconnect', self.emit.bind(self,'networkError'));
|
||||||
|
|
||||||
this.blockchain.on('tx', function(tx) {
|
this.blockchain.on('tx', function(tx) {
|
||||||
console.log('[Wallet.js.655:tx:]',tx); //TODO
|
|
||||||
self.emit('tx', tx.address);
|
self.emit('tx', tx.address);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -273,6 +273,7 @@ angular.module('copayApp.services')
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO Move this to wallet model!
|
||||||
root.updateGlobalAddresses = function() {
|
root.updateGlobalAddresses = function() {
|
||||||
if (!$rootScope.wallet) return;
|
if (!$rootScope.wallet) return;
|
||||||
root.updateAddressList();
|
root.updateAddressList();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue