chaindb: bump to v6
This commit is contained in:
parent
7342952ec4
commit
9f86dbca28
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user