Makes sure only valid lnurl withdraws get highlighted.

This commit is contained in:
Vitor Pamplona
2023-09-07 14:40:42 -04:00
parent 190b7fe819
commit 44b4b0cdb9
@@ -4,7 +4,7 @@ import java.util.regex.Pattern
object LnWithdrawalUtil {
private val withdrawalPattern = Pattern.compile(
"lnurl.+",
"lnurl1[02-9ac-hj-np-z]+",
Pattern.CASE_INSENSITIVE
)