fix insight block url

This commit is contained in:
Ivan Socolsky 2017-05-22 14:22:55 -03:00
parent dd1c90f2bc
commit acd75cd62c
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with 1 additions and 1 deletions

View File

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