chaindb: v3.
This commit is contained in:
parent
e7c5be451d
commit
79f88b93b3
@ -84,7 +84,7 @@ ChainDB.prototype.open = async function open() {
|
|||||||
this.logger.info('Opening ChainDB...');
|
this.logger.info('Opening ChainDB...');
|
||||||
|
|
||||||
await this.db.open();
|
await this.db.open();
|
||||||
await this.db.checkVersion('V', 4);
|
await this.db.checkVersion('V', 3);
|
||||||
|
|
||||||
state = await this.getState();
|
state = await this.getState();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user