From 287f8b9baf0ff9ba812a581cf6c7b55012b55184 Mon Sep 17 00:00:00 2001 From: Helen Grachtz Date: Mon, 24 Mar 2025 21:48:47 +0300 Subject: [PATCH] Update lib.rs --- common/append_merkle/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/append_merkle/src/lib.rs b/common/append_merkle/src/lib.rs index 0999501..ccb7f6d 100644 --- a/common/append_merkle/src/lib.rs +++ b/common/append_merkle/src/lib.rs @@ -34,7 +34,7 @@ pub struct AppendMerkleTree> { /// `revert_to` can reset the state correctly when needed. min_depth: Option, /// Used to compute the correct padding hash. - /// 0 for `first_chunk_merkle` and 10 for not-first `last_chunk_merkle`. + /// 0 for `pora_chunk_merkle` and 10 for not-first `last_chunk_merkle`. leaf_height: usize, _a: PhantomData, }