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 {