Do not allow comments for lnurlp senders
This commit is contained in:
parent
40e5c3609e
commit
bf76ac55ee
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user