forked from cerc-io/laconic-wallet
Remove lines
This commit is contained in:
parent
16b2ed3bc2
commit
9dbe7574d2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user