forked from cerc-io/laconic-wallet
Make review changes
This commit is contained in:
parent
a3c434178b
commit
4aa442b5b1
2
utils.ts
2
utils.ts
@ -209,7 +209,6 @@ const createAccountFromHDPath = async (
|
|||||||
return { pubKey, address };
|
return { pubKey, address };
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
return undefined;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -362,6 +361,5 @@ export {
|
|||||||
addAccount,
|
addAccount,
|
||||||
signMessage,
|
signMessage,
|
||||||
resetWallet,
|
resetWallet,
|
||||||
accountInfoFromHDPath,
|
|
||||||
createAccountFromHDPath,
|
createAccountFromHDPath,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user