temp disable wow 25 word option in ui

This commit is contained in:
julian 2022-11-08 19:07:18 -06:00
parent ac07413c19
commit a94e66da9e

View file

@ -62,7 +62,9 @@ abstract class Constants {
values.addAll([25]); values.addAll([25]);
break; break;
case Coin.wownero: case Coin.wownero:
values.addAll([14, 25]); values.addAll([14]);
// todo: uncomment when wownero 25 word seeds implemented
// values.addAll([14, 25]);
break; break;
} }
return values; return values;