Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Feb 7, 2024
1 parent 405f0f0 commit c96e1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/merkle/smt/full/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ impl SmtProof {
.expect("failed to compute Merkle path root")
}

/// Returns the proof's Merkle path
/// Returns the proof's Merkle path.
pub fn path(&self) -> &MerklePath {
&self.path
}

/// Returns the leaf associated with the proof
/// Returns the leaf associated with the proof.
pub fn leaf(&self) -> &SmtLeaf {
&self.leaf
}
Expand Down

0 comments on commit c96e1c0

Please sign in to comment.