wownero support

This commit is contained in:
Czarek Nakamoto 2024-04-26 14:21:21 +02:00 committed by sneurlax
parent 8d78e045be
commit f614cfff5f
3 changed files with 4 additions and 4 deletions

View file

@ -131,7 +131,7 @@ class _AddWalletViewState extends ConsumerState<AddWalletView> {
_coins.remove(Coin.monero);
_coins.remove(Coin.wownero);
} else if (Platform.isLinux) {
_coins.remove(Coin.wownero);
// _coins.remove(Coin.wownero);
}
// Remove FROST from the list of coins based on our frostEnabled preference.

View file

@ -69,7 +69,7 @@ class _NodesSettings extends ConsumerState<NodesSettings> {
_coins.remove(Coin.monero);
_coins.remove(Coin.wownero);
} else if (Platform.isLinux) {
_coins.remove(Coin.wownero);
// _coins.remove(Coin.wownero);
}
searchNodeController = TextEditingController();

View file

@ -1197,8 +1197,8 @@ packages:
dependency: transitive
description:
path: "."
ref: "342bad5d91d8476f0e32a57ae944f2cfe34d4241"
resolved-ref: "342bad5d91d8476f0e32a57ae944f2cfe34d4241"
ref: "2e1d13765c1403a933c77972511a661f26d4af2e"
resolved-ref: "2e1d13765c1403a933c77972511a661f26d4af2e"
url: "https://git.mrcyjanek.net/mrcyjanek/monero.dart"
source: git
version: "0.0.0"