chore: fix lints

This commit is contained in:
Bobbin Threadbare
2024-08-06 16:52:46 -07:00
parent 9f63b50510
commit dfdd5f722f
2 changed files with 4 additions and 7 deletions

View File

@@ -214,7 +214,7 @@ impl PartialMerkleTree {
/// # Errors
/// Returns an error if:
/// - the specified index has depth set to 0 or the depth is greater than the depth of this
/// Merkle tree.
/// Merkle tree.
/// - the specified index is not contained in the nodes map.
pub fn get_path(&self, mut index: NodeIndex) -> Result<MerklePath, MerkleError> {
if index.is_root() {