mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-15 16:12:16 +00:00
fix: remove special lib usage
This commit is contained in:
parent
27d319cece
commit
5b324a0fc5
1 changed files with 0 additions and 3 deletions
|
@ -569,9 +569,6 @@ class _NewWalletRecoveryPhraseWarningViewState
|
|||
// currently a special case due to the
|
||||
// xmr/wow libraries handling their
|
||||
// own mnemonic generation
|
||||
} else if (coin is Cardano) {
|
||||
mnemonicPassphrase = "";
|
||||
mnemonic = Bip39MnemonicGenerator().fromWordsNumber(Bip39WordsNum.wordsNum15).toList().join(" ");
|
||||
} else if (wordCount > 0) {
|
||||
if (ref
|
||||
.read(
|
||||
|
|
Loading…
Reference in a new issue