Add LndHub wallets #33

Merged
raucao merged 13 commits from feature/lndhub into master 2021-11-22 23:04:19 +00:00
Showing only changes of commit bf76ac55ee - Show all commits

View File

@ -9,7 +9,7 @@ class LnurlpayController < ApplicationController
maxSendable: 1000000,
minSendable: 1000,
metadata: metadata(@user.address),
commentAllowed: 255
commentAllowed: 0
Outdated
Review

we should set this to 0 because we do not allow the payer to send a comment with the payment.

we should set this to `0` because we do not allow the payer to send a comment with the payment.
}
end