diff --git a/nssa/src/state.rs b/nssa/src/state.rs index 8641e14d..f980370d 100644 --- a/nssa/src/state.rs +++ b/nssa/src/state.rs @@ -21,7 +21,7 @@ impl CommitmentSet { self.merkle_tree.root() } - /// Queries the CommitmentSet for a membership proof of commitment + /// Queries the `CommitmentSet` for a membership proof of commitment pub fn get_proof_for(&self, commitment: &Commitment) -> Option { let index = *self.commitments.get(commitment)?;