From 9dbe7574d2dc99e50a33d73b91477549bfaa1e2f Mon Sep 17 00:00:00 2001 From: Adw8 Date: Wed, 21 Feb 2024 17:51:33 +0530 Subject: [PATCH] Remove lines --- components/HDPath.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/HDPath.tsx b/components/HDPath.tsx index 34f89a3..244b765 100644 --- a/components/HDPath.tsx +++ b/components/HDPath.tsx @@ -32,11 +32,9 @@ const HDPath = ({ const createFromHDPathHandler = async () => { setIsAccountCreating(true); - const hdPath = pathCode + `${path.firstNumber}'/${path.secondNumber}/${path.thirdNumber}`; - try { const newAccount = await addAccountFromHDPath(hdPath); if (newAccount) {