From 4aa442b5b155267d8331dccfea0aac20c6fcf308 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Tue, 20 Feb 2024 09:14:34 +0530 Subject: [PATCH] Make review changes --- utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils.ts b/utils.ts index 88897cb..819bddb 100644 --- a/utils.ts +++ b/utils.ts @@ -209,7 +209,6 @@ const createAccountFromHDPath = async ( return { pubKey, address }; } catch (error) { console.error(error); - return undefined; } }; @@ -362,6 +361,5 @@ export { addAccount, signMessage, resetWallet, - accountInfoFromHDPath, createAccountFromHDPath, };