Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Nov 6, 2024
1 parent 1ed0892 commit ad14b34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions explorer/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad14b34

Please sign in to comment.