lsps2: add integration tests

This commit is contained in:
Jesse de Wit
2023-09-04 20:38:26 +02:00
parent 9fed9a1e68
commit ba1e4074eb
11 changed files with 467 additions and 23 deletions

View File

@@ -270,7 +270,7 @@ func testOfflineNotificationZeroConfChannel(p *testParams) {
} else {
id = chans[0].ShortChannelID
}
invoiceWithHint = AddHopHint(p.BreezClient(), bobInvoice.Bolt11, p.Lsp(), id, nil)
invoiceWithHint = AddHopHint(p.BreezClient(), bobInvoice.Bolt11, p.Lsp(), id, nil, lspCltvDelta)
}
log.Printf("Invoice with hint: %s", invoiceWithHint)