Skip to content

Commit

Permalink
Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Oct 1, 2024
1 parent fbdeaef commit ea81d83
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src-network-wallet/mnemonic.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import {
entropyToMnemonic,
generateMnemonic,
mnemonicToEntropy,
mnemonicToSeedSync,
validateMnemonic,
} from "bip39";
import { entropyToMnemonic, generateMnemonic, mnemonicToEntropy, mnemonicToSeedSync, validateMnemonic } from "bip39";
import { derivePath } from "ed25519-hd-key";
import { ErrWrongMnemonic } from "./errors";
import { ErrBadMnemonicEntropy, ErrWrongMnemonic } from "./errors";
import { UserSecretKey } from "./userKeys";

const MNEMONIC_STRENGTH = 256;
Expand Down

0 comments on commit ea81d83

Please sign in to comment.