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 2645323 commit e268c45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/networkSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export const setupNetwork = async () => {

const sendBalancingPayment = async (instances: LndInstances) => {
const invoice = await instances.dave.NewInvoice(2_000_000, "balancing payment", 3600)
await instances.bob.PayInvoice(invoice.payRequest, 0, 50_000)
const payment = await instances.bob.PayInvoice(invoice.payRequest, 0, 50_000)
console.log({ payment })
}

const openChannels = async (core: BitcoinCoreWrapper, instances: LndInstances, info: InstancesInfo, addresses: Addresses) => {
Expand Down

0 comments on commit e268c45

Please sign in to comment.