chaindb: reenable options.

This commit is contained in:
Christopher Jeffrey 2016-10-24 16:42:59 -07:00
parent 39693b18e9
commit 2d488749d5
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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.