From f6250135488f2b907d531543d6b0e0bb91046ec3 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 17 Nov 2016 23:20:44 -0800 Subject: [PATCH] txdb: lint. --- lib/wallet/txdb.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/wallet/txdb.js b/lib/wallet/txdb.js index 44465085..0bc4105a 100644 --- a/lib/wallet/txdb.js +++ b/lib/wallet/txdb.js @@ -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;