mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-29 04:49:51 +00:00
minor fix
This commit is contained in:
parent
50299e60f0
commit
1c53229ea0
2 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue