aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reqres.go2
1 files changed, 1 insertions, 1 deletions
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