Skip to content

Commit

Permalink
white spaces removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson-Juhasc authored and fiatjaf committed May 27, 2024
1 parent 260400b commit 97d838f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nip06.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ export function accountFromExtendedKey(base58key: string, accountIndex = 0): {
if (version === 'xprv') {
let privateKey = bytesToHex(child.privateKey!)
if (!privateKey) throw new Error('could not derive private key')
return { privateKey, publicKey }
return { privateKey, publicKey }
}
return { publicKey }
return { publicKey }
}

export function generateSeedWords(): string {
Expand Down

0 comments on commit 97d838f

Please sign in to comment.