boltcard/lndhub/lndhub.go
Peter Rounce 1fe32b1704 fix build
2023-02-19 06:54:51 +00:00

12 lines
201 B
Go

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) {
}