Avoiding creating a lnurl link with just those words
This commit is contained in:
@@ -4,7 +4,7 @@ import java.util.regex.Pattern
|
|||||||
|
|
||||||
object LnWithdrawalUtil {
|
object LnWithdrawalUtil {
|
||||||
private val withdrawalPattern = Pattern.compile(
|
private val withdrawalPattern = Pattern.compile(
|
||||||
"lnurl.*",
|
"lnurl.+",
|
||||||
Pattern.CASE_INSENSITIVE
|
Pattern.CASE_INSENSITIVE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user