We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b47380 commit 04c7197Copy full SHA for 04c7197
1 file changed
lib/wallets/crypto_currency/crypto_currency.dart
@@ -35,7 +35,7 @@ enum CryptoCurrencyNetwork {
35
test4;
36
37
bool get isTestNet =>
38
- this == CryptoCurrencyNetwork.test ||
+ this == CryptoCurrencyNetwork.test ||
39
this == CryptoCurrencyNetwork.test4 ||
40
this == CryptoCurrencyNetwork.stage;
41
}
0 commit comments