mempool: lint.

This commit is contained in:
Christopher Jeffrey 2017-02-28 13:13:45 -08:00
parent 29fe6468eb
commit ce45b501da
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -2396,7 +2396,7 @@ MempoolCache.prototype.init = co(function* init(hash) {
MempoolCache.prototype.load = co(function* load() { MempoolCache.prototype.load = co(function* load() {
var version = yield this.getVersion(); var version = yield this.getVersion();
var i, tip, entries, entry; var tip, entries;
if (version === -1) { if (version === -1) {
version = MempoolCache.VERSION; version = MempoolCache.VERSION;