mirror of
https://github.com/embarklabs/ethereumjs-wallet.git
synced 2025-02-19 21:58:23 +00:00
linting fixes
This commit is contained in:
parent
96f5f5af4c
commit
384860ea6b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user