paypro: try to find existing tx proposals.

This commit is contained in:
Christopher Jeffrey 2014-07-31 11:15:57 -07:00 committed by Manuel Araoz
commit 62fe6ce628
2 changed files with 26 additions and 2 deletions

View file

@ -976,6 +976,7 @@ Wallet.prototype.receivePaymentRequest = function(options, pr, cb) {
signature: sig,
ca: ca,
},
request_url: options.uri || options.url,
total: bignum('0').toString(10)
};