aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reqres.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/reqres.go b/reqres.go
index 598503d..a1e0d78 100644
--- a/reqres.go
+++ b/reqres.go
@@ -128,7 +128,6 @@ func NewGetProofByHashRequest(httpRequest *http.Request) (GetProofByHashRequest,
if treeSize < 0 {
return GetProofByHashRequest{}, fmt.Errorf("bad tree_size parameter: negative value")
}
- // TODO: check that tree size is not past STH.tree_size
hash, err := base64.StdEncoding.DecodeString(httpRequest.FormValue("hash"))
if err != nil {