This commit is contained in:
hatim boufnichel 2024-04-24 20:56:54 +02:00
parent 5b6ed3569d
commit c4021db96b

View file

@ -23,11 +23,10 @@ export const setupNetwork = async () => {
const addresses = await getAddresses(instances) const addresses = await getAddresses(instances)
await sendCoinsToAddresses(core, addresses) await sendCoinsToAddresses(core, addresses)
console.log("done sending coins, opening channels") console.log("done sending coins, opening channels")
console.log(await getAllInfo(instances))
console.log(await getAllBalances(instances))
await openChannels(core, instances, connectInfo, addresses)
await openChannels(core, instances, connectInfo, addresses)
console.log("done opening channels, sending balancing payment") console.log("done opening channels, sending balancing payment")
console.log(await getAllBalances(instances))
await sendBalancingPayment(instances) await sendBalancingPayment(instances)
stopAllInstances(instances) stopAllInstances(instances)
console.log("network setup complete, starting tests") console.log("network setup complete, starting tests")