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 f42aa50 commit a204fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/networkSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const openChannels = async (instances: LndInstances, info: InstancesInfo, addres
await instances.bob.OpenChannel(info.carol.pubkey, addresses.bob, 5_000_000, 0)
await instances.carol.OpenChannel(info.alice.pubkey, addresses.carol, 5_000_000, 0)
await instances.alice.OpenChannel(info.dave.pubkey, addresses.alice, 5_000_000, 0)
await core.Mine(6)
}

const sendCoinsToAddresses = async (core: BitcoinCoreWrapper, addresses: Addresses) => {
Expand Down

0 comments on commit a204fca

Please sign in to comment.