Skip to content

Commit

Permalink
chain-migrations: fix default.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Feb 6, 2025
1 parent cf533d6 commit efb0029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blockchain/migrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ class ChainMigratorOptions {
this.network = Network.primary;
this.logger = Logger.global;

this.migrations = exports.migrations;
this.migrations = ChainMigrator.migrations;
this.migrateFlag = -1;

this.dbVersion = 0;
Expand Down

0 comments on commit efb0029

Please sign in to comment.