From ff462a68d2661d4c2e18c3e2e2677eda928a3b44 Mon Sep 17 00:00:00 2001 From: Filiprogrammer <44641787+Filiprogrammer@users.noreply.github.com> Date: Fri, 17 May 2024 19:40:56 +0200 Subject: [PATCH] Remove unused DescriptionHash from LNUrlPay struct Remove the unused DescriptionHash from the LNUrlPay struct that is used in HTTP responses to LNUrlp requests. The DescriptionHash belongs to the InvoiceParams in invoice_manager.go --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 22c9a6f..0e9756c 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,6 @@ type LNUrlPay struct { Tag string `json:"tag"` Metadata string `json:"metadata"` Callback string `json:"callback"` - DescriptionHash []byte } type Invoice struct {