From bf76ac55ee36695c67b2cb496551fb442bf3eddc Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 22 Nov 2021 17:03:18 -0600 Subject: [PATCH] Do not allow comments for lnurlp senders --- app/controllers/lnurlpay_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/lnurlpay_controller.rb b/app/controllers/lnurlpay_controller.rb index 93e8e04..66e364b 100644 --- a/app/controllers/lnurlpay_controller.rb +++ b/app/controllers/lnurlpay_controller.rb @@ -9,7 +9,7 @@ class LnurlpayController < ApplicationController maxSendable: 1000000, minSendable: 1000, metadata: metadata(@user.address), - commentAllowed: 255 + commentAllowed: 0 } end