aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2022-05-17 15:22:52 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-05-21 23:26:25 +0200
commite94ef91890558e2ba6fffb77331585b93fefed69 (patch)
tree68eed3f4037c9cb195758ef3f8fd0a5385ce6887
parentf3e418081703081d984e48e3ad2a7e98a6206bde (diff)
s/EndpointGetTreeHeadToSign/EndpointGetTreeHeadToCosign/g
-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/")