Skip to content

Commit

Permalink
decred: Remove default node list.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGruffins committed Jan 13, 2025
1 parent fd42966 commit 7162c33
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions assets/decred_node_list.yml

This file was deleted.

1 change: 0 additions & 1 deletion lib/entities/default_settings_migration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ Future<void> defaultSettingsMigration(
useSSL: true,
);
case 47:
await addWalletNodeList(nodes: nodes, type: WalletType.decred);
await _changeDefaultNode(
nodes: nodes,
sharedPreferences: sharedPreferences,
Expand Down
2 changes: 0 additions & 2 deletions lib/entities/node_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Future<List<Node>> loadDefaultNodes(WalletType type) async {
path = 'assets/wownero_node_list.yml';
break;
case WalletType.decred:
path = 'assets/decred_node_list.yml';
break;
case WalletType.banano:
case WalletType.none:
path = '';
Expand Down

0 comments on commit 7162c33

Please sign in to comment.