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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Right now we disable the pay form if we can't find any routes. The issue with the is lnd doesn't yet support private channels in queryRoutes/sendToRoute so if a user is trying to send to an invoice with hop hints Zap will not allow them to send.
We should still allow the user to attempt to send even if we don't find any routes.
The text was updated successfully, but these errors were encountered:
Do not disable the pay form submit button if we were unable to find a
route. This is a hack to work around the fact that queryroutes doesn't
currently support private channels yet we do want to allow sending
along private channels.
FixLN-Zap#1048
Do not disable the pay form submit button if we were unable to find a
route. This is a hack to work around the fact that queryroutes doesn't
currently support private channels yet we do want to allow sending
along private channels.
FixLN-Zap#1048
Do not disable the pay form submit button if we were unable to find a
route. This is a hack to work around the fact that queryroutes doesn't
currently support private channels yet we do want to allow sending
along private channels.
Fix#1048
Do not disable the pay form submit button if we were unable to find a
route. This is a hack to work around the fact that queryroutes doesn't
currently support private channels yet we do want to allow sending
along private channels.
Fix#1048
Do not disable the pay form submit button if we were unable to find a
route. This is a hack to work around the fact that queryroutes doesn't
currently support private channels yet we do want to allow sending
along private channels.
Fix#1048
Right now we disable the pay form if we can't find any routes. The issue with the is
lnd
doesn't yet support private channels inqueryRoutes
/sendToRoute
so if a user is trying to send to an invoice with hop hints Zap will not allow them to send.We should still allow the user to attempt to send even if we don't find any routes.
The text was updated successfully, but these errors were encountered: