txdb: lint.

This commit is contained in:
Christopher Jeffrey 2016-11-17 23:20:44 -08:00
parent 70e3892f92
commit f625013548
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1043,7 +1043,6 @@ TXDB.prototype.addBlock = co(function* addBlock(tx, entry) {
TXDB.prototype.removeBlock = co(function* removeBlock(tx, height) {
var hash = tx.hash();
var height = tx.height;
var key = layout.b(height);
var data = yield this.get(key);
var block, size;