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 () => {
|
const createFromHDPathHandler = async () => {
|
||||||
setIsAccountCreating(true);
|
setIsAccountCreating(true);
|
||||||
|
|
||||||
const hdPath =
|
const hdPath =
|
||||||
pathCode +
|
pathCode +
|
||||||
`${path.firstNumber}'/${path.secondNumber}/${path.thirdNumber}`;
|
`${path.firstNumber}'/${path.secondNumber}/${path.thirdNumber}`;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const newAccount = await addAccountFromHDPath(hdPath);
|
const newAccount = await addAccountFromHDPath(hdPath);
|
||||||
if (newAccount) {
|
if (newAccount) {
|
||||||
|
Loading…
Reference in New Issue
Block a user