hotfix nodes page loading in the wrong nodes (#1112)
Matthew Fosse committed
Oct 5, 2023 at 09:42 UTC
cb21a28b225692648daa3cf0420caf1df855fe88
1 file changed
+1
-1
lib/entities/default_settings_migration.dart
+1
-1
@@ -161,7 +161,7 @@ Future<void> defaultSettingsMigration(
161
break;
162
case 22:
163
await addNanoNodeList(nodes: nodes);
164
- await addNanoPowNodeList(nodes: nodes);
164
+ await addNanoPowNodeList(nodes: powNodes);
165
await changeNanoCurrentNodeToDefault(sharedPreferences: sharedPreferences, nodes: nodes);
166
await changeNanoCurrentPowNodeToDefault(
167
sharedPreferences: sharedPreferences, nodes: powNodes);