mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
start monero and wownero on windows
This commit is contained in:
parent
641b7b9e28
commit
e1339dab83
1 changed files with 2 additions and 4 deletions
|
@ -188,10 +188,8 @@ void main() async {
|
|||
}
|
||||
}
|
||||
|
||||
if (!Platform.isWindows) {
|
||||
monero.onStartup();
|
||||
}
|
||||
if (!Platform.isLinux && !Platform.isWindows) {
|
||||
if (!Platform.isLinux) {
|
||||
wownero.onStartup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue