Skip to content

Commit

Permalink
Merge branch 'staging' into node_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-CStack authored Jan 13, 2025
2 parents 516b503 + b44cde3 commit 4c7cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallets/crypto_currency/coins/namecoin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4c7cb0c

Please sign in to comment.