Skip to content

Commit

Permalink
hotfix nodes page loading in the wrong nodes (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
fossephate authored Oct 5, 2023
1 parent b414893 commit cb21a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/entities/default_settings_migration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Future<void> defaultSettingsMigration(
break;
case 22:
await addNanoNodeList(nodes: nodes);
await addNanoPowNodeList(nodes: nodes);
await addNanoPowNodeList(nodes: powNodes);
await changeNanoCurrentNodeToDefault(sharedPreferences: sharedPreferences, nodes: nodes);
await changeNanoCurrentPowNodeToDefault(
sharedPreferences: sharedPreferences, nodes: powNodes);
Expand Down

0 comments on commit cb21a28

Please sign in to comment.