diff --git a/js/models/core/TxProposals.js b/js/models/core/TxProposals.js index 7fe68b7b9..7885509d1 100644 --- a/js/models/core/TxProposals.js +++ b/js/models/core/TxProposals.js @@ -69,7 +69,7 @@ TxProposals.prototype.merge = function(inObj, builderOpts) { if (myTxps[ntxid]) { // Merge an existing txProposal - ret.hasChanged = myTxps[ntxid].merge(incomingTx, allowedPubKeys); + ret.hasChanged = myTxps[ntxid].merge(incomingTx); } else {