Do not allow comments for lnurlp senders
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Basti 2021-11-22 17:03:18 -06:00
parent 40e5c3609e
commit bf76ac55ee
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -9,7 +9,7 @@ class LnurlpayController < ApplicationController
maxSendable: 1000000, maxSendable: 1000000,
minSendable: 1000, minSendable: 1000,
metadata: metadata(@user.address), metadata: metadata(@user.address),
commentAllowed: 255 commentAllowed: 0
} }
end end