This commit is contained in:
Michael Bumann
2022-01-22 13:30:13 +01:00
parent b54f04701f
commit a4e597ccfc

View File

@@ -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