diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-09-13 14:31:34 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-09-13 14:31:34 +0200 |
commit | f34351da0731a11316e2266d2aadd62554a5b867 (patch) | |
tree | 588a32ab99204db86d66bf6ece829b6a15bbbbea /pkg/instance/instance_test.go | |
parent | 5632bd67ed38625a8c8c372302aa7b19d163512e (diff) |
s/get-proof-by-hash/get-inclusion-proof
Diffstat (limited to 'pkg/instance/instance_test.go')
-rw-r--r-- | pkg/instance/instance_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/instance/instance_test.go b/pkg/instance/instance_test.go index 1eba2bf..3f8dced 100644 --- a/pkg/instance/instance_test.go +++ b/pkg/instance/instance_test.go @@ -17,7 +17,7 @@ func TestHandlers(t *testing.T) { types.EndpointGetTreeHeadToSign: false, types.EndpointGetTreeHeadCosigned: false, types.EndpointGetConsistencyProof: false, - types.EndpointGetProofByHash: false, + types.EndpointGetInclusionProof: false, types.EndpointGetLeaves: false, } i := &Instance{ |