diff --git a/lndhub/lndhub.go b/lndhub/lndhub.go index fa5f133..92780a8 100644 --- a/lndhub/lndhub.go +++ b/lndhub/lndhub.go @@ -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) {