From f4102ea8d21eacd8c2d48b8d480b5505a44cb5aa Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 20 Jun 2023 23:55:23 +0900 Subject: [PATCH] add icon to RelayInformationDocument --- nip11/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/nip11/types.go b/nip11/types.go index 0dbd1c0..e784be3 100644 --- a/nip11/types.go +++ b/nip11/types.go @@ -16,6 +16,7 @@ type RelayInformationDocument struct { PostingPolicy string `json:"posting_policy,omitempty"` PaymentsURL string `json:"payments_url,omitempty"` Fees *RelayFeesDocument `json:"fees,omitempty"` + Icon string `json:"icon"` } type RelayLimitationDocument struct {