From 2d488749d582881b62f59bc6771852d5b6a4d729 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 24 Oct 2016 16:42:59 -0700 Subject: [PATCH] chaindb: reenable options. --- lib/chain/chaindb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chain/chaindb.js b/lib/chain/chaindb.js index 4989bbe8..3a9e08a1 100644 --- a/lib/chain/chaindb.js +++ b/lib/chain/chaindb.js @@ -225,7 +225,7 @@ ChainDB.prototype._open = co(function* open() { yield this.db.checkVersion('V', 1); state = yield this.getState(); - // options = yield this.getOptions(); + options = yield this.getOptions(); if (options) { // Verify the options haven't changed.