Merge pull request #34 from boltcard/update-lndhub-url
Can we please remove the https specification
This commit is contained in:
commit
5f39722679
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ type LndhubPayInvoiceRequest struct {
|
|||
func lndhub_payment(w http.ResponseWriter, p *db.Payment, bolt11 decodepay.Bolt11, param_pr string) {
|
||||
|
||||
//get setting for LNDHUB_URL
|
||||
lndhub_url := "https://" + db.Get_setting("LNDHUB_URL")
|
||||
lndhub_url := db.Get_setting("LNDHUB_URL")
|
||||
|
||||
//get lndhub login details from database
|
||||
c, err := db.Get_card_from_card_id(p.Card_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue