fix signature for nreq>2
This commit is contained in:
parent
7d608c254f
commit
cf2e13fc62
3 changed files with 24 additions and 9 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue