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
Owner
  • Change description and success message for lnurlp
  • Set correct min/max amounts for lnurlp

closes #46
fixes #47

* Change description and success message for lnurlp * Set correct min/max amounts for lnurlp closes #46 fixes #47
raucao added the
kredits-1
label 2021-11-26 01:18:39 +00:00
raucao added 2 commits 2021-11-26 01:18:39 +00:00
fixes #47
Change description and success message for lnurlp
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2e31268698
closes #46
raucao requested review from bumi 2021-11-26 01:19:02 +00:00
bumi approved these changes 2021-11-26 02:55:35 +00:00
@ -9,2 +9,2 @@
maxSendable: 1000000,
minSendable: 1000,
maxSendable: 1000000 * 1000, # msat
minSendable: 1000 * 1000, # msat
Owner

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

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

I lowered it to 100 now.

I lowered it to 100 now.
raucao marked this conversation as resolved
raucao added 1 commit 2021-11-26 17:35:09 +00:00
Lower the minimum receivable via lnurlp
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
67d148d117
raucao merged commit a7390ba00b into master 2021-11-26 17:37:37 +00:00
raucao deleted branch feature/lnurlp_improvements 2021-11-26 17:37:48 +00:00
Sign in to join this conversation.
No description provided.