Skip to content

Commit

Permalink
increase Commentallowed size to be able to render longer messages
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed Jun 27, 2023
1 parent 532deae commit 6643dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6643dc0

Please sign in to comment.