pi: handle lud-17 URI payment identifier

LNURL-W/P can also be encoded in lud-17 form instead of bech32.
https://github.com/lnurl/luds/blob/luds/17.md
e.g.
lnurlw://example.com/api/test123
lnurlp://example.com/api/test123
This commit is contained in:
f321x
2026-04-09 21:26:30 +02:00
parent 016c8b5f4c
commit ef702d74cd
8 changed files with 53 additions and 5 deletions
+2
View File
@@ -5,4 +5,6 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="bitcoin" />
<data android:scheme="lightning" />
<data android:scheme="lnurlw" />
<data android:scheme="lnurlp" />
</intent-filter>