Browse Source

longer timeout for getHistory

revert-546-rm/2-step-balance
Matias Alejo Garcia 8 years ago
parent
commit
611169d591
No known key found for this signature in database GPG Key ID: 2470DB551277AB3
  1. 1
      lib/blockchainexplorers/insight.js

1
lib/blockchainexplorers/insight.js

@ -112,6 +112,7 @@ Insight.prototype.getTransactions = function(addresses, from, to, cb) {
json: {
addrs: [].concat(addresses).join(',')
},
timeout: 120000,
};
this._doRequest(args, function(err, res, txs) {

Loading…
Cancel
Save