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 Feb 2, 2024. It is now read-only.
Took some time to debug an issue right now. The hash has a space somehow and it took time to understand this was the reason the result was empty
I don’t think we expect any space (or maybe other special characters) in the search bar. So we should run an regex and return an error if it contains unexpected char
The text was updated successfully, but these errors were encountered:
* feat: add the generic parse payment destination logic under a galoy-client folder (which will be a package later)
* feat: implement the send screen, ln-invoice works
* feat: make a sendFixedAmount component and add reset button
* feat: add action to handle no-amount invoices
* feat: implement sending over intraledger
Co-authored-by: Samer Buna <[email protected]>
Took some time to debug an issue right now. The hash has a space somehow and it took time to understand this was the reason the result was empty
I don’t think we expect any space (or maybe other special characters) in the search bar. So we should run an regex and return an error if it contains unexpected char
The text was updated successfully, but these errors were encountered: