fix build
This commit is contained in:
parent
b4494c7ed3
commit
1fe32b1704
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
package lndhub
|
||||
|
||||
import (
|
||||
log "github.com/sirupsen/logrus"
|
||||
// log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/boltcard/boltcard/db"
|
||||
"github.com/boltcard/boltcard/email"
|
||||
// "github.com/boltcard/boltcard/db"
|
||||
// "github.com/boltcard/boltcard/email"
|
||||
)
|
||||
|
||||
func Pay_invoice(card_payment_id int, invoice string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue