diff --git a/nip11/types.go b/nip11/types.go index e6ae1de..a33d276 100644 --- a/nip11/types.go +++ b/nip11/types.go @@ -24,6 +24,7 @@ type RelayInformationDocument struct { Fees *RelayFeesDocument `json:"fees,omitempty"` Retention []*RelayRetentionDocument `json:"retention,omitempty"` Icon string `json:"icon"` + Banner string `json:"banner"` } func (info *RelayInformationDocument) AddSupportedNIP(number int) {