Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 24, 2024
1 parent 4cd2c37 commit 82de5f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tests/networkSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 82de5f5

Please sign in to comment.