Browse Source

fix arg in call to insight

feat/estimateFee-limit
Ivan Socolsky 8 years ago
parent
commit
dd1c90f2bc
No known key found for this signature in database GPG Key ID: FAECE6A05FAA4F56
  1. 2
      lib/blockchainexplorers/insight.js

2
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,
};

Loading…
Cancel
Save