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
The client specifies the optional payment_size_msat at the start of the flow but we don't learn about the min_payment_size_msat and max_payment_size_msat the LSP supports until we receive the GetInfoResponse. We currently do not check if the provided payment size is within these bounds.
I'm not sure the best way to handle it though. I guess instead of surfacing the GetInfoResponse event to the end-user we would surface some kind of error event?
Thoughts?
The text was updated successfully, but these errors were encountered:
The client specifies the optional
payment_size_msat
at the start of the flow but we don't learn about themin_payment_size_msat
andmax_payment_size_msat
the LSP supports until we receive the GetInfoResponse. We currently do not check if the provided payment size is within these bounds.I'm not sure the best way to handle it though. I guess instead of surfacing the
GetInfoResponse
event to the end-user we would surface some kind of error event?Thoughts?
The text was updated successfully, but these errors were encountered: