You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if LND/LNDK is chosen as the introduction point in an offer it's trying to pay, it will throw an error. This is a bit of an edge case which is mostly likely to occur in a scenario where we're paying an offer from a node that we're directly connected with.
In this scenario, this is the error:
Error paying for offer: Status { code: Internal, message: "Internal error: Error connecting to peer: Status { code: Unknown, message: "cannot make connection to self", metadata: MetadataMap { headers: {"content-type": "application/grpc"} }, source: None }", metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Tue, 18 Jun 2024 21:30:40 GMT", "content-length": "0"} }, source: None }
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, if LND/LNDK is chosen as the introduction point in an offer it's trying to pay, it will throw an error. This is a bit of an edge case which is mostly likely to occur in a scenario where we're paying an offer from a node that we're directly connected with.
In this scenario, this is the error:
The text was updated successfully, but these errors were encountered: