mempool: lint.
This commit is contained in:
parent
29fe6468eb
commit
ce45b501da
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user