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
First, only run LN URL verification if the string begins with lnurl, or if the user pastes.
Second, only check for a Lightning address if it's full address with TLD (e.g. user@example.xxx), and debounce the validation by ~400ms or so to allow for scenarios where someone is typing in the address.
First, only run LN URL verification if the string begins with
lnurl, or if the user pastes.Second, only check for a Lightning address if it's full address with TLD (e.g. user@example.xxx), and debounce the validation by ~400ms or so to allow for scenarios where someone is typing in the address.
debouncing.mp4