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, };