Make review changes

This commit is contained in:
IshaVenikar
2024-02-20 13:44:25 +05:30
parent a3c434178b
commit 4aa442b5b1
-2
View File
@@ -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,
};