diff --git a/lib/server.js b/lib/server.js index 5a8d636..c3e8593 100644 --- a/lib/server.js +++ b/lib/server.js @@ -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); }); });