up
This commit is contained in:
parent
23137121b1
commit
1af3943b34
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export const setupNetwork = async () => {
|
||||||
|
|
||||||
const sendBalancingPayment = async (instances: LndInstances) => {
|
const sendBalancingPayment = async (instances: LndInstances) => {
|
||||||
const invoice = await instances.dave.NewInvoice(5_000_000, "balancing_payment", 3600)
|
const invoice = await instances.dave.NewInvoice(5_000_000, "balancing_payment", 3600)
|
||||||
const payment = await instances.bob.PayInvoice(invoice.payRequest, 0, 200_000)
|
const payment = await instances.alice.PayInvoice(invoice.payRequest, 0, 200_000)
|
||||||
console.log({ payment })
|
console.log({ payment })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue