This commit is contained in:
hatim boufnichel 2024-04-24 20:19:25 +02:00
parent ef57c358ef
commit 8e631a8efc

View file

@ -23,7 +23,7 @@ export const setupNetwork = async () => {
const addresses = await getAddresses(instances)
await sendCoinsToAddresses(core, addresses)
console.log("done sending coins, opening channels")
await new Promise((resolve) => setTimeout(resolve, 2000))
await new Promise((resolve) => setTimeout(resolve, 3000))
console.log(await getAllInfo(instances))
console.log(await getAllBalances(instances))
await openChannels(instances, connectInfo, addresses)