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:
2021-11-22 17:03:18 -06:00
parent 40e5c3609e
commit bf76ac55ee

View File

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