Browse Source

Merge pull request #616 from matiu/history-timeout

longer timeout for getHistory
revert-546-rm/2-step-balance
Matias Alejo Garcia 8 years ago
committed by GitHub
parent
commit
5d5f887edb
  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