rm senderId from setCopayers

This commit is contained in:
Matias Alejo Garcia 2014-11-27 07:35:07 -03:00
commit cdc80e94eb
3 changed files with 13 additions and 12 deletions

View file

@ -520,7 +520,7 @@ Wallet.prototype._onTxProposal = function(senderId, data) {
}
var keyMap = self._getPubkeyToCopayerMap(incomingTx);
incomingTx.setCopayers(senderId, keyMap);
incomingTx.setCopayers(keyMap);
self.txProposals.add(incomingTx);
self.emitAndKeepAlive('txProposalEvent', {