Fixes/improvements for lnurl-pay #49

Merged
raucao merged 3 commits from feature/lnurlp_improvements into master 2021-11-26 17:37:37 +00:00
Showing only changes of commit f3b22c02ef - Show all commits

View File

@@ -6,8 +6,8 @@ class LnurlpayController < ApplicationController
status: "OK", status: "OK",
callback: "https://accounts.kosmos.org/lnurlpay/#{@user.address}/invoice", callback: "https://accounts.kosmos.org/lnurlpay/#{@user.address}/invoice",
tag: "payRequest", tag: "payRequest",
maxSendable: 1000000, maxSendable: 1000000 * 1000, # msat
minSendable: 1000, minSendable: 1000 * 1000, # msat
metadata: metadata(@user.address), metadata: metadata(@user.address),
commentAllowed: 0 commentAllowed: 0
} }