minor fix

This commit is contained in:
Serhii 2023-12-13 17:33:51 +02:00
parent 50299e60f0
commit 1c53229ea0
2 changed files with 7 additions and 0 deletions

View file

@ -38,6 +38,9 @@ abstract class WalletNewVMBase extends WalletCreationVM with Store {
int get seedPhraseWordsLength {
switch (type) {
case WalletType.monero:
if(advancedPrivacySettingsViewModel.isPolySeed) {
return 16;
}
return 25;
case WalletType.ethereum:
case WalletType.bitcoinCash: