Ivan Socolsky
8 years ago
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with
1 additions and
1 deletions
-
lib/blockchainexplorers/insight.js
|
|
@ -188,7 +188,7 @@ Insight.prototype.getTxidsInBlock = function(blockHash, cb) { |
|
|
|
|
|
|
|
var args = { |
|
|
|
method: 'GET', |
|
|
|
path: this.apiPrefix + '/blocks/' + hash, |
|
|
|
path: this.apiPrefix + '/blocks/' + blockHash, |
|
|
|
json: true, |
|
|
|
}; |
|
|
|
|
|
|
|