Skip to content

Commit

Permalink
blockchain: bump database version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
braydonf committed Mar 18, 2020
1 parent ddd9387 commit 8e4e193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blockchain/chaindb.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ChainDB {
this.logger.info('Opening ChainDB...');

await this.db.open();
await this.db.verify(layout.V.encode(), 'chain', 6);
await this.db.verify(layout.V.encode(), 'chain', 7);

const state = await this.getState();

Expand Down

0 comments on commit 8e4e193

Please sign in to comment.