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.