Lower the minimum receivable via lnurlp
This commit is contained in:
parent
2e31268698
commit
67d148d117
@ -7,7 +7,7 @@ class LnurlpayController < ApplicationController
|
||||
callback: "https://accounts.kosmos.org/lnurlpay/#{@user.address}/invoice",
|
||||
tag: "payRequest",
|
||||
maxSendable: 1000000 * 1000, # msat
|
||||
minSendable: 1000 * 1000, # msat
|
||||
minSendable: 100 * 1000, # msat
|
||||
metadata: metadata(@user.address),
|
||||
commentAllowed: 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user