mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
CWA-175 | added seed language parameter to wallet manager and wallet list service, created seed_language_page and seed_language_store, applied seed language page before create and restore wallet, added mnemonics
This commit is contained in:
parent
ed31909694
commit
cb4fff7aec
40 changed files with 11769 additions and 400 deletions
|
@ -18,7 +18,7 @@ class Routes {
|
|||
static const newSubaddress = '/new_subaddress';
|
||||
static const disclaimer = '/disclaimer';
|
||||
static const readDisclaimer = '/read_disclaimer';
|
||||
static const seedAlert = '/seed_alert';
|
||||
static const seedLanguage = '/seed_language';
|
||||
static const walletList = '/wallet_list';
|
||||
static const auth = '/auth';
|
||||
static const nodeList = '/node_list';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue