diff --git a/lib/blockchainexplorers/insight.js b/lib/blockchainexplorers/insight.js index a0bdafe..059a024 100644 --- a/lib/blockchainexplorers/insight.js +++ b/lib/blockchainexplorers/insight.js @@ -188,7 +188,7 @@ Insight.prototype.getTxidsInBlock = function(blockHash, cb) { var args = { method: 'GET', - path: this.apiPrefix + '/blocks/' + blockHash, + path: this.apiPrefix + '/block/' + blockHash, json: true, };