From 97d838f2549c860bff66d3bfefaeb775a6e0b49b Mon Sep 17 00:00:00 2001 From: Anderson Juhasc Date: Sun, 26 May 2024 22:25:17 -0300 Subject: [PATCH] white spaces removed --- nip06.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nip06.ts b/nip06.ts index 3909bb7..960035e 100644 --- a/nip06.ts +++ b/nip06.ts @@ -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 {