fix received

This commit is contained in:
Matias Alejo Garcia 2014-09-09 15:40:12 -03:00
parent 6944b9119b
commit db5505b1e3
1 changed files with 1 additions and 0 deletions

View File

@ -653,6 +653,7 @@ Wallet.prototype._setBlockchainListeners = function() {
this.blockchain.on('disconnect', self.emit.bind(self,'networkError'));
this.blockchain.on('tx', function(tx) {
console.log('[Wallet.js.655:tx:]',tx); //TODO
self.emit('tx', tx.address);
});