Skip to content

Commit

Permalink
fix(pay): disable comment in lnurl pay (#4720)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi authored Jan 23, 2025
1 parent ce663d1 commit b445e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pay/app/lnurlp/[username]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { getOriginalRequestInfo } from "@/lib/utils"

import { client } from "@/app/lnurlp/[username]/graphql"

const COMMENT_SIZE = 2000 // 2000 characters max for GET
const COMMENT_SIZE = 0 // 2000 characters max for GET

const nostrEnabled = !!env.NOSTR_PUBKEY

Expand Down

0 comments on commit b445e8b

Please sign in to comment.