mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
wownero support
This commit is contained in:
parent
8d78e045be
commit
f614cfff5f
3 changed files with 4 additions and 4 deletions
|
@ -131,7 +131,7 @@ class _AddWalletViewState extends ConsumerState<AddWalletView> {
|
||||||
_coins.remove(Coin.monero);
|
_coins.remove(Coin.monero);
|
||||||
_coins.remove(Coin.wownero);
|
_coins.remove(Coin.wownero);
|
||||||
} else if (Platform.isLinux) {
|
} else if (Platform.isLinux) {
|
||||||
_coins.remove(Coin.wownero);
|
// _coins.remove(Coin.wownero);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove FROST from the list of coins based on our frostEnabled preference.
|
// Remove FROST from the list of coins based on our frostEnabled preference.
|
||||||
|
|
|
@ -69,7 +69,7 @@ class _NodesSettings extends ConsumerState<NodesSettings> {
|
||||||
_coins.remove(Coin.monero);
|
_coins.remove(Coin.monero);
|
||||||
_coins.remove(Coin.wownero);
|
_coins.remove(Coin.wownero);
|
||||||
} else if (Platform.isLinux) {
|
} else if (Platform.isLinux) {
|
||||||
_coins.remove(Coin.wownero);
|
// _coins.remove(Coin.wownero);
|
||||||
}
|
}
|
||||||
|
|
||||||
searchNodeController = TextEditingController();
|
searchNodeController = TextEditingController();
|
||||||
|
|
|
@ -1197,8 +1197,8 @@ packages:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "342bad5d91d8476f0e32a57ae944f2cfe34d4241"
|
ref: "2e1d13765c1403a933c77972511a661f26d4af2e"
|
||||||
resolved-ref: "342bad5d91d8476f0e32a57ae944f2cfe34d4241"
|
resolved-ref: "2e1d13765c1403a933c77972511a661f26d4af2e"
|
||||||
url: "https://git.mrcyjanek.net/mrcyjanek/monero.dart"
|
url: "https://git.mrcyjanek.net/mrcyjanek/monero.dart"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
|
|
Loading…
Reference in a new issue