From f98d4facd89660aea4fc421e17146f79a4d47f7d Mon Sep 17 00:00:00 2001 From: Christopher Tarry Date: Wed, 6 Nov 2024 16:50:50 -0500 Subject: [PATCH] fix lint --- explorer/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/explorer/types.go b/explorer/types.go index cd04463f..14029834 100644 --- a/explorer/types.go +++ b/explorer/types.go @@ -123,6 +123,7 @@ type SiafundOutput struct { types.SiafundElement } +// A ContractSiacoinOutput is a SiacoinOutput with an added field for its ID. type ContractSiacoinOutput struct { ID types.SiacoinOutputID `json:"id"` types.SiacoinOutput