mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +00:00
temp disable wow 25 word option in ui
This commit is contained in:
parent
ac07413c19
commit
a94e66da9e
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ abstract class Constants {
|
|||
values.addAll([25]);
|
||||
break;
|
||||
case Coin.wownero:
|
||||
values.addAll([14, 25]);
|
||||
values.addAll([14]);
|
||||
// todo: uncomment when wownero 25 word seeds implemented
|
||||
// values.addAll([14, 25]);
|
||||
break;
|
||||
}
|
||||
return values;
|
||||
|
|
Loading…
Reference in a new issue