Skip to content

Commit

Permalink
fix: remove special lib usage
Browse files Browse the repository at this point in the history
  • Loading branch information
detherminal committed Aug 27, 2024
1 parent 27d319c commit 5b324a0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5b324a0

Please sign in to comment.