chaindb: v3.

This commit is contained in:
Christopher Jeffrey 2017-07-03 01:52:04 -07:00
parent e7c5be451d
commit 79f88b93b3
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -84,7 +84,7 @@ ChainDB.prototype.open = async function open() {
this.logger.info('Opening ChainDB...');
await this.db.open();
await this.db.checkVersion('V', 4);
await this.db.checkVersion('V', 3);
state = await this.getState();