up
This commit is contained in:
parent
5b6ed3569d
commit
c4021db96b
1 changed files with 2 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue