mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Fixes for monero only app version.
This commit is contained in:
parent
4535a1aaa8
commit
226d546d55
25 changed files with 176 additions and 102 deletions
|
@ -57,4 +57,6 @@ class Routes {
|
|||
static const buyWebView = '/buy_web_view';
|
||||
static const unspentCoinsList = '/unspent_coins_list';
|
||||
static const unspentCoinsDetails = '/unspent_coins_details';
|
||||
static const moneroRestoreWalletFromWelcome = '/monero_restore_wallet';
|
||||
static const moneroNewWalletFromWelcome = '/monero_new_wallet';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue