From 04393e4e38586854ac2846b97ef61941e6d4a39a Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Fri, 23 Oct 2020 11:54:10 +0200 Subject: fixed json tag typo --- reqres.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reqres.go') diff --git a/reqres.go b/reqres.go index a228c76..a18b65d 100644 --- a/reqres.go +++ b/reqres.go @@ -34,7 +34,7 @@ type GetProofByHashRequest struct { type GetEntryResponse struct { Leaf string `json:"leaf"` // base64-encoded StItem Signature string `json:"signature"` // base64-encoded DigitallySigned - Chain []string `json:chain` // base64-encoded X.509 certificates + Chain []string `json:"chain"` // base64-encoded X.509 certificates } // GetEntriesResponse is an assembled get-entries responses -- cgit v1.2.3