Skip to content

Commit

Permalink
Update src/common/initializeEntropy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0delta authored Jun 27, 2024
1 parent 57c880f commit 6e0159b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/initializeEntropy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ type MaybeKeyMaterial = EntropyAccountData | string
// This is currently caught earlier in the code
export const initializeEntropy = async ({ keyMaterial, password, endpoint, configPath }: InitializeEntropyOpts): Promise<Entropy> => {
try {
// if (defaultAccount && defaultAccount.seed === keyMaterial.seed) return entropys[defaultAccount.registering.address]
await wasmGlobalsReady()

const { accountData, password: successfulPassword } = await getAccountDataAndPassword(keyMaterial, password)
Expand Down

0 comments on commit 6e0159b

Please sign in to comment.