From f34351da0731a11316e2266d2aadd62554a5b867 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Mon, 13 Sep 2021 14:31:34 +0200 Subject: s/get-proof-by-hash/get-inclusion-proof --- pkg/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/types/types.go') diff --git a/pkg/types/types.go b/pkg/types/types.go index 9ca7db8..96e2b18 100644 --- a/pkg/types/types.go +++ b/pkg/types/types.go @@ -18,7 +18,7 @@ const ( EndpointGetTreeHeadLatest = Endpoint("get-tree-head-latest") EndpointGetTreeHeadToSign = Endpoint("get-tree-head-to-sign") EndpointGetTreeHeadCosigned = Endpoint("get-tree-head-cosigned") - EndpointGetProofByHash = Endpoint("get-proof-by-hash") + EndpointGetInclusionProof = Endpoint("get-inclusion-proof") EndpointGetConsistencyProof = Endpoint("get-consistency-proof") EndpointGetLeaves = Endpoint("get-leaves") ) -- cgit v1.2.3