From 1fe32b1704059d2470d1d1d69e4c4614f4532b9d Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Sun, 19 Feb 2023 06:54:51 +0000 Subject: [PATCH] fix build --- lndhub/lndhub.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {