paypro: do not return error on untrusted cert. let peer decide whether to trust.
This commit is contained in:
parent
fd8f192dbd
commit
8cb2a96aff
2 changed files with 5 additions and 11 deletions
|
|
@ -22,15 +22,10 @@ var Address = bitcore.Address;
|
|||
var PayPro = bitcore.PayPro;
|
||||
var startServer = require('./mocks/FakePayProServer');
|
||||
|
||||
var G = is_browser ? window : global;
|
||||
G.SSL_UNTRUSTED = true;
|
||||
|
||||
var server;
|
||||
|
||||
describe('PayPro (in Wallet) model', function() {
|
||||
var config = {
|
||||
// requiredCopayers: 3,
|
||||
// totalCopayers: 5,
|
||||
requiredCopayers: 1,
|
||||
totalCopayers: 1,
|
||||
spendUnconfirmed: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue