From a4e597ccfc697b407a03a840ae013af8519ebb83 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sat, 22 Jan 2022 13:30:13 +0100 Subject: [PATCH] Comments --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 04a6d2e..f6754c5 100644 --- a/main.go +++ b/main.go @@ -142,6 +142,7 @@ func main() { secured.GET("/getpending", blankController.GetPending) e.GET("/", blankController.Home) + // Subscribe to LND invoice updates in the background go svc.InvoiceUpdateSubscription(context.Background()) // Start server