up
This commit is contained in:
parent
2e105f0478
commit
f272865abf
1 changed files with 1 additions and 4 deletions
|
|
@ -19,10 +19,7 @@ export const setupNetwork = async () => {
|
|||
}
|
||||
return
|
||||
} catch (e) {
|
||||
if (i % 5 === 0) {
|
||||
await core.Mine(1)
|
||||
}
|
||||
console.log("waiting for lnd to be ready")
|
||||
console.log("waiting for lnd to be ready", e)
|
||||
await new Promise(resolve => setTimeout(resolve, 1000))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue