Make review changes

This commit is contained in:
IshaVenikar 2024-02-20 09:14:34 +05:30
parent a3c434178b
commit 4aa442b5b1

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