linting fixes

This commit is contained in:
Jack Cook 2019-06-27 19:26:49 -07:00
parent 96f5f5af4c
commit 384860ea6b
1 changed files with 1 additions and 1 deletions

View File

@ -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>