rm senderId from setCopayers
This commit is contained in:
parent
e49a61980e
commit
cdc80e94eb
3 changed files with 13 additions and 12 deletions
|
|
@ -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', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue