aboutsummaryrefslogtreecommitdiff
path: root/pkg/types/types.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-09-13 14:31:34 +0200
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-09-13 14:31:34 +0200
commitf34351da0731a11316e2266d2aadd62554a5b867 (patch)
tree588a32ab99204db86d66bf6ece829b6a15bbbbea /pkg/types/types.go
parent5632bd67ed38625a8c8c372302aa7b19d163512e (diff)
s/get-proof-by-hash/get-inclusion-proof
Diffstat (limited to 'pkg/types/types.go')
-rw-r--r--pkg/types/types.go2
1 files changed, 1 insertions, 1 deletions
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")
)