Browse Source

add insight error log

activeAddress
Matias Alejo Garcia 9 years ago
parent
commit
7c210db5ec
  1. 1
      lib/blockchainexplorers/insight.js

1
lib/blockchainexplorers/insight.js

@ -19,6 +19,7 @@ function Insight(opts) {
var _parseErr = function(err, res) {
if (err) {
log.warn('Insight error: ', err);
return "Insight Error";
}
log.warn("Insight " + res.request.href + " Returned Status: " + res.statusCode);

Loading…
Cancel
Save