Skip to content

Commit

Permalink
Remove unused DescriptionHash from LNUrlPay struct
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Filiprogrammer committed May 17, 2024
1 parent 131a521 commit ff462a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ type LNUrlPay struct {
Tag string `json:"tag"`
Metadata string `json:"metadata"`
Callback string `json:"callback"`
DescriptionHash []byte
}

type Invoice struct {
Expand Down

0 comments on commit ff462a6

Please sign in to comment.