From c4021db96b61652aa0a08026eb2512e21beaad3b Mon Sep 17 00:00:00 2001 From: hatim boufnichel Date: Wed, 24 Apr 2024 20:56:54 +0200 Subject: [PATCH] up --- src/tests/networkSetup.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tests/networkSetup.ts b/src/tests/networkSetup.ts index f859c7da..acb18fa0 100644 --- a/src/tests/networkSetup.ts +++ b/src/tests/networkSetup.ts @@ -23,11 +23,10 @@ export const setupNetwork = async () => { const addresses = await getAddresses(instances) await sendCoinsToAddresses(core, addresses) 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(await getAllBalances(instances)) await sendBalancingPayment(instances) stopAllInstances(instances) console.log("network setup complete, starting tests")