From ad14b34c1912ceaf4563b02810ea50ac98a821e7 Mon Sep 17 00:00:00 2001 From: Christopher Tarry Date: Wed, 6 Nov 2024 13:18:30 -0500 Subject: [PATCH] fix lint --- explorer/types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/explorer/types.go b/explorer/types.go index a39d6bcc..796d1c00 100644 --- a/explorer/types.go +++ b/explorer/types.go @@ -188,6 +188,8 @@ type V2FileContractRevision struct { Revision V2FileContract `json:"revision"` } +// A V2HostAnnouncement is a types.V2HostAnnouncement list of net addresses +// with the host public key attached. type V2HostAnnouncement struct { PublicKey types.PublicKey `json:"publicKey"` chain.V2HostAnnouncement