remove wownero from available wallet types [skip ci]
OmarHatem committed
Nov 22, 2025 at 00:50 UTC
a74c97faa2d6c5fddbeb24e997c469d755966c4b
1 file changed
+3
-3
tool/configure.dart
+3
-3
@@ -2043,9 +2043,9 @@ Future<void> generateWalletTypes({
2043
outputContent += '\tWalletType.decred,\n';
2044
}
2045
2046
- if (hasWownero) {
2047
- outputContent += '\tWalletType.wownero,\n';
2048
- }
2046
+ // if (hasWownero) {
2047
+ // outputContent += '\tWalletType.wownero,\n';
2048
+ // }
2049
2050
outputContent += '];\n';
2051
await walletTypesFile.writeAsString(outputContent);