fix signature for nreq>2

This commit is contained in:
Matias Alejo Garcia 2014-12-12 17:06:30 -03:00
commit cf2e13fc62
3 changed files with 24 additions and 9 deletions

View file

@ -499,7 +499,8 @@ Wallet.prototype._processIncomingNewTxProposal = function(txp, cb) {
self._processTxProposalPayPro(txp, function(err) {
if (err) return cb(err);
self._setTxProposalSeen(txp);
// Disabled, not been shown on the UX now.
//self._setTxProposalSeen(txp);
var tx = txp.builder.build();
if (tx.isComplete() && !txp.getSent())