txdb: lint.
This commit is contained in:
parent
70e3892f92
commit
f625013548
@ -1043,7 +1043,6 @@ TXDB.prototype.addBlock = co(function* addBlock(tx, entry) {
|
|||||||
|
|
||||||
TXDB.prototype.removeBlock = co(function* removeBlock(tx, height) {
|
TXDB.prototype.removeBlock = co(function* removeBlock(tx, height) {
|
||||||
var hash = tx.hash();
|
var hash = tx.hash();
|
||||||
var height = tx.height;
|
|
||||||
var key = layout.b(height);
|
var key = layout.b(height);
|
||||||
var data = yield this.get(key);
|
var data = yield this.get(key);
|
||||||
var block, size;
|
var block, size;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user