Browse Source
longer timeout for getHistory
revert-546-rm/2-step-balance
Matias Alejo Garcia
8 years ago
No known key found for this signature in database
GPG Key ID: 2470DB551277AB3
1 changed files with
1 additions and
0 deletions
-
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) { |
|
|
|