Skip to content

Commit efb0029

Browse files
committed
chain-migrations: fix default.
1 parent cf533d6 commit efb0029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/blockchain/migrations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ class ChainMigratorOptions {
625625
this.network = Network.primary;
626626
this.logger = Logger.global;
627627

628-
this.migrations = exports.migrations;
628+
this.migrations = ChainMigrator.migrations;
629629
this.migrateFlag = -1;
630630

631631
this.dbVersion = 0;

0 commit comments

Comments
 (0)