chaindb: bump to v6

This commit is contained in:
Javed Khan 2019-03-27 19:01:24 +05:30 committed by Braydon Fuller
parent 7342952ec4
commit 9f86dbca28
No known key found for this signature in database
GPG Key ID: F24F232D108B3AD4

View File

@ -60,7 +60,7 @@ class ChainDB {
this.logger.info('Opening ChainDB...');
await this.db.open();
await this.db.verify(layout.V.encode(), 'chain', 5);
await this.db.verify(layout.V.encode(), 'chain', 6);
const state = await this.getState();