mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-27 12:45:52 +00:00
Merge branch 'staging' into node_auth
This commit is contained in:
commit
4c7cb0c309
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class Namecoin extends Bip39HDCurrency with ElectrumXCurrencyInterface {
|
||||||
bool get hasMnemonicPassphraseSupport => true;
|
bool get hasMnemonicPassphraseSupport => true;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
List<int> get possibleMnemonicLengths => [defaultSeedPhraseLength, 12];
|
List<int> get possibleMnemonicLengths => [defaultSeedPhraseLength, 24];
|
||||||
|
|
||||||
@override
|
@override
|
||||||
AddressType get defaultAddressType => defaultDerivePathType.getAddressType();
|
AddressType get defaultAddressType => defaultDerivePathType.getAddressType();
|
||||||
|
|
Loading…
Reference in a new issue