mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01:00
routing+channeldb: add more failure reasons
This commit is contained in:
@@ -13803,7 +13803,7 @@ func testHoldInvoicePersistence(net *lntest.NetworkHarness, t *harnessTest) {
|
||||
status.State)
|
||||
}
|
||||
} else {
|
||||
if status.State != routerrpc.PaymentState_FAILED_NO_ROUTE {
|
||||
if status.State != routerrpc.PaymentState_FAILED_INCORRECT_PAYMENT_DETAILS {
|
||||
t.Fatalf("state not failed: %v",
|
||||
status.State)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user