Revert "remove Wownero if isDesktop"

This reverts commit 7654da1d8b.
This commit is contained in:
sneurlax 2023-03-23 18:29:25 -05:00
parent 1972351c10
commit 3034cf11f2

View file

@ -42,6 +42,7 @@ enum Coin {
} }
final int kTestNetCoinCount = 4; // Util.isDesktop ? 5 : 4; final int kTestNetCoinCount = 4; // Util.isDesktop ? 5 : 4;
// remove firotestnet for now
extension CoinExt on Coin { extension CoinExt on Coin {
String get prettyName { String get prettyName {