Fixes/improvements for lnurl-pay #49
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/lnurlp_improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #46
fixes #47
@ -9,2 +9,2 @@
maxSendable: 1000000,
minSendable: 1000,
maxSendable: 1000000 * 1000, # msat
minSendable: 1000 * 1000, # msat
minimum of 1000 sats? isn't that a bit much?
I lowered it to 100 now.