paypro: fix failing paypro test.
This commit is contained in:
parent
98db768924
commit
0a1fab8e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -1696,7 +1696,7 @@ Wallet.prototype.verifyPaymentRequest = function(ntxid) {
|
|||
pr = pr.makePaymentRequest(data);
|
||||
|
||||
// Verify the signature so we know this is the real request.
|
||||
var trust = pr.verify();
|
||||
var trust = pr.verify(true);
|
||||
if (!trust.verified) {
|
||||
// Signature does not match cert. It may have
|
||||
// been modified by an untrustworthy person.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue