mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
FIX: LND Import
This commit is contained in:
parent
ee09c2d5f4
commit
92067e8478
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ const startImport = (importTextOrig, askPassphrase = false, searchAccounts = fal
|
|||
lnd.setBaseURI(split[1]);
|
||||
lnd.setSecret(split[0]);
|
||||
}
|
||||
lnd.init();
|
||||
await lnd.init();
|
||||
await lnd.authorize();
|
||||
await lnd.fetchTransactions();
|
||||
await lnd.fetchUserInvoices();
|
||||
|
|
Loading…
Add table
Reference in a new issue