mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 21:24:31 +00:00
re enable wow/xmr on_startup
This commit is contained in:
parent
28a5e3921e
commit
dfa16aad4c
1 changed files with 2 additions and 2 deletions
|
@ -176,8 +176,8 @@ void main() async {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// wownero.onStartup();
|
wownero.onStartup();
|
||||||
// monero.onStartup();
|
monero.onStartup();
|
||||||
|
|
||||||
await Hive.openBox<dynamic>(DB.boxNameTheme);
|
await Hive.openBox<dynamic>(DB.boxNameTheme);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue