The Bitcoin Lightning Browser Extension that brings deep Lightning & Nostr integration to the web. Wallet interface to multiple lightning nodes and key signer for Nostr, Liquid and onchain use.
before:
if its not lnurl then we check for lnaddress. but sometimes lnaddress containing "lnurl" in it makes isLnurl = true leading to potential errors
after:
we check for both lnaddress and lnurl separately.
Fixes #3227
before: if its not lnurl then we check for lnaddress. but sometimes lnaddress containing "lnurl" in it makes isLnurl = true leading to potential errors
after: we check for both lnaddress and lnurl separately.