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 67d148d117 - Show all commits

View File

@ -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
raucao marked this conversation as resolved Outdated
Outdated
Review

minimum of 1000 sats? isn't that a bit much?

minimum of 1000 sats? isn't that a bit much?

I lowered it to 100 now.

I lowered it to 100 now.
metadata: metadata(@user.address),
commentAllowed: 0
}