fix: no 24 words option for restoring namecoin wallet

This commit is contained in:
Louis-Marie Baer 2025-01-06 16:41:36 +01:00 committed by julian-CStack
parent 4fc2a7acfa
commit b44cde334c

View file

@ -229,7 +229,7 @@ class Namecoin extends Bip39HDCurrency with ElectrumXCurrencyInterface {
bool get hasMnemonicPassphraseSupport => true;
@override
List<int> get possibleMnemonicLengths => [defaultSeedPhraseLength, 12];
List<int> get possibleMnemonicLengths => [defaultSeedPhraseLength, 24];
@override
AddressType get defaultAddressType => defaultDerivePathType.getAddressType();