parent
dbe65b4b5a
commit
f3b22c02ef
@ -6,8 +6,8 @@ class LnurlpayController < ApplicationController
|
||||
status: "OK",
|
||||
callback: "https://accounts.kosmos.org/lnurlpay/#{@user.address}/invoice",
|
||||
tag: "payRequest",
|
||||
maxSendable: 1000000,
|
||||
minSendable: 1000,
|
||||
maxSendable: 1000000 * 1000, # msat
|
||||
minSendable: 1000 * 1000, # msat
|
||||
metadata: metadata(@user.address),
|
||||
commentAllowed: 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user