Revert "Fix confirmations not found"

This reverts commit e59ed00b57.
This commit is contained in:
Christopher Jeffrey 2018-03-29 21:56:34 -07:00
parent 9967f780df
commit d7d390afb9
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -279,7 +279,6 @@ HTTPServer.prototype.initRouter = function initRouter() {
}
const height = await this.chain.getHeight(hash);
const confirmations = this.chain.height - height;
res.send(200, block.getJSON(this.network, view, height, confirmations));
});