diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-05-21 23:32:13 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-05-21 23:32:13 +0200 |
commit | 6ff11f08eb4aec86efe48cf887781f3ea654ec10 (patch) | |
tree | 228704537c17d76cd9b12f80b06e594dd159c3a9 /pkg | |
parent | 5da3d7f6a0bab74b229f24263b77b9426ca60b5f (diff) | |
parent | e94ef91890558e2ba6fffb77331585b93fefed69 (diff) |
Merge branch 'merge/endpoint_rename_cleanup' into mainv0.0.8
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/types/endpoint.go | 2 |
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/") |