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 82de5f5 commit 9f3ab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/networkSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const setupNetwork = async () => {

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

Expand Down

0 comments on commit 9f3ab78

Please sign in to comment.