better event name

This commit is contained in:
Matias Alejo Garcia 2015-04-10 21:24:42 -03:00
parent a93b914329
commit f51e7bd0e0
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ WalletService.prototype.removePendingTx = function(opts, cb) {
if (actors.length > 1 || (actors.length == 1 && actors[0] !== self.copayerId))
return cb(new ClientError('TXACTIONED', 'Cannot remove a proposal signed/rejected by other copayers'));
self._notify('transactionProposalRemoved');
self._notify('TxProposalRemoved');
self.storage.removeTx(self.walletId, txp.id, cb);
});
});