Skip to content

Commit

Permalink
fixes the parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Jul 3, 2023
1 parent b763911 commit 5c67fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func (proof Proof) IsEmptyProof() bool {
// leaves of the tree in the range of [`proof.start`, `proof.end`).
// For an absence `proof`, the `leaves` is empty.
// `leaves` items MUST be ordered according to their index in the tree,
// with `data[0]` corresponding to the namespaced leaf at index `start`,
// with `leaves[0]` corresponding to the namespaced leaf at index `start`,
// and the last element in `leaves` corresponding to the leaf at index `end-1`
// of the tree.
//
Expand Down

0 comments on commit 5c67fe4

Please sign in to comment.