chaindb: reenable options.
This commit is contained in:
parent
39693b18e9
commit
2d488749d5
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user