From 7189cd7e026280ccc8bd68e67adac82a115945cc Mon Sep 17 00:00:00 2001 From: Kay Date: Sun, 9 Feb 2025 19:33:13 +0000 Subject: [PATCH] add banner to nip-11. --- nip11/types.go | 1 + 1 file changed, 1 insertion(+) 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) {