lndhub /auth

This commit is contained in:
Peter Rounce 2023-02-18 21:09:35 +00:00
parent 918b806567
commit 9a5016225f
4 changed files with 155 additions and 76 deletions

12
lndhub/lndhub.go Normal file
View file

@ -0,0 +1,12 @@
package lndhub
import (
log "github.com/sirupsen/logrus"
"github.com/boltcard/boltcard/db"
"github.com/boltcard/boltcard/email"
)
func Pay_invoice(card_payment_id int, invoice string) {
}