Skip to content

Commit

Permalink
fix: fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
asimm241 authored and reedrosenbluth committed Jul 26, 2021
1 parent 62709aa commit 1dab3a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ async function makeKeychain(network: CLINetworkAdapter, args: string[]): Promise
if (args[0]) {
mnemonic = await getBackupPhrase(args[0]);
} else {
// eslint-disable-next-line @typescript-eslint/await-thenable
mnemonic = await bip39.generateMnemonic(
STX_WALLET_COMPATIBLE_SEED_STRENGTH,
crypto.randomBytes
Expand Down

0 comments on commit 1dab3a9

Please sign in to comment.