paypro: do not return error on untrusted cert. let peer decide whether to trust.

This commit is contained in:
Christopher Jeffrey 2014-08-01 16:07:56 -07:00 committed by Manuel Araoz
commit 8cb2a96aff
2 changed files with 5 additions and 11 deletions

View file

@ -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,