aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-05-21 23:32:13 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-05-21 23:32:13 +0200
commit6ff11f08eb4aec86efe48cf887781f3ea654ec10 (patch)
tree228704537c17d76cd9b12f80b06e594dd159c3a9
parent5da3d7f6a0bab74b229f24263b77b9426ca60b5f (diff)
parente94ef91890558e2ba6fffb77331585b93fefed69 (diff)
Merge branch 'merge/endpoint_rename_cleanup' into mainv0.0.8
-rw-r--r--pkg/types/endpoint.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/types/endpoint.go b/pkg/types/endpoint.go
index e613fbe..60bb44f 100644
--- a/pkg/types/endpoint.go
+++ b/pkg/types/endpoint.go
@@ -7,7 +7,7 @@ type Endpoint string
const (
EndpointAddLeaf = Endpoint("add-leaf")
EndpointAddCosignature = Endpoint("add-cosignature")
- EndpointGetTreeHeadToSign = Endpoint("get-tree-head-to-cosign")
+ EndpointGetTreeHeadToCosign = Endpoint("get-tree-head-to-cosign")
EndpointGetTreeHeadCosigned = Endpoint("get-tree-head-cosigned")
EndpointGetInclusionProof = Endpoint("get-inclusion-proof/")
EndpointGetConsistencyProof = Endpoint("get-consistency-proof/")