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, }