diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-10-22 20:32:29 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-10-22 20:32:29 +0200 |
commit | 1817264ce58c23e1c3f045273b55b15f40e74d71 (patch) | |
tree | d003d194063326c2c28360ad8b9398eb94278328 /markup | |
parent | 6bd17ab810ec1eaa1f93ef7136ee4008337a2f14 (diff) |
renamed inclusion proof parameter in json output
Diffstat (limited to 'markup')
-rw-r--r-- | markup/api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/markup/api.md b/markup/api.md index ebd666d..2cf85c5 100644 --- a/markup/api.md +++ b/markup/api.md @@ -177,8 +177,8 @@ The leaf hash value is computed as in RFC 6962/bis, [ยง4.7](https://datatracker.ietf.org/doc/html/draft-ietf-trans-rfc6962-bis-34#section-4.7). Output: -- inclusion: an `StItem` of type `inclusion_proof_v1`. Note that this structure -includes both the leaf index and an audit path for the tree size. +- inclusion_proof: an `StItem` of type `inclusion_proof_v1`. Note that this +structure includes both the leaf index and an audit path for the tree size. ### get-consistency-proof ``` |