Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Typescript rewrite #93

Merged
merged 7 commits into from
Aug 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
linting fixes
  • Loading branch information
the-jackalope committed Jun 28, 2019
commit 384860ea6b870d12ab1faf947ea5325c0b4e21b8
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export class Wallet {
throw new Error('This is a public key only wallet')
}

const params = mergeToV3ParamsWithDefaults(opts);
const params = mergeToV3ParamsWithDefaults(opts)
const kdfParams = mergeKDFParamsWithDefaults(params)

let derivedKey: Buffer, finalKDFParams: Partial<KDFParams>
Expand Down