Fixes for LTC.

This commit is contained in:
M 2021-05-07 21:59:03 +03:00
parent 35a76cd0e7
commit 595636c24d
4 changed files with 7 additions and 2 deletions

View file

@ -24,6 +24,8 @@ class SeedValidator extends Validator<MnemonicItem> {
switch (type) {
case WalletType.bitcoin:
return getBitcoinWordList(language);
case WalletType.litecoin:
return getBitcoinWordList(language);
case WalletType.monero:
return getMoneroWordList(language);
default: