Skip to content

Commit b44cde3

Browse files
Cyrix126julian-CStack
authored andcommitted
fix: no 24 words option for restoring namecoin wallet
1 parent 4fc2a7a commit b44cde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wallets/crypto_currency/coins/namecoin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class Namecoin extends Bip39HDCurrency with ElectrumXCurrencyInterface {
229229
bool get hasMnemonicPassphraseSupport => true;
230230

231231
@override
232-
List<int> get possibleMnemonicLengths => [defaultSeedPhraseLength, 12];
232+
List<int> get possibleMnemonicLengths => [defaultSeedPhraseLength, 24];
233233

234234
@override
235235
AddressType get defaultAddressType => defaultDerivePathType.getAddressType();

0 commit comments

Comments
 (0)