From 6643dc05f48c2be4992d686d7ded46de3597929c Mon Sep 17 00:00:00 2001 From: Believethehype Date: Tue, 27 Jun 2023 13:25:36 +0200 Subject: [PATCH] increase Commentallowed size to be able to render longer messages --- lnurl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnurl.go b/lnurl.go index 4998f93..a06b85b 100644 --- a/lnurl.go +++ b/lnurl.go @@ -19,7 +19,7 @@ var nostrPrivkeyHex string = "" var nostrPubkey string = "" var minSendable int = 1000 var maxSendable int = 1000000000 -var CommentAllowed int = 500 +var CommentAllowed int = 2000 type LNURLPayParamsCustom struct { lnurl.LNURLResponse