mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-06 07:34:23 +01:00
hotfix for not seeing nodes as connected
This commit is contained in:
@@ -57,7 +57,7 @@ func testFailureBobOffline(p *testParams) {
|
||||
log.Printf("Alice paying")
|
||||
route := constructRoute(p.lsp.LightningNode(), p.BreezClient().Node(), channelId, lntest.NewShortChanIDFromString("1x0x0"), outerAmountMsat)
|
||||
_, err := alice.PayViaRoute(outerAmountMsat, outerInvoice.paymentHash, outerInvoice.paymentSecret, route)
|
||||
assert.Contains(p.t, err.Error(), "WIRE_UNKNOWN_NEXT_PEER")
|
||||
assert.Contains(p.t, err.Error(), "WIRE_TEMPORARY_CHANNEL_FAILURE")
|
||||
|
||||
log.Printf("Starting breez client again")
|
||||
p.BreezClient().Start()
|
||||
|
||||
Reference in New Issue
Block a user