Skip to content

Commit

Permalink
Update shardtree/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
  • Loading branch information
nuttycom and daira authored May 30, 2023
1 parent 51c3997 commit 2f65d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shardtree/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use incrementalmerkletree::{Address, Hashable, Level, MerklePath, Position, Rete
bitflags! {
pub struct RetentionFlags: u8 {
/// An leaf with `EPHEMERAL` retention can be pruned as soon as we are certain that it is not part
/// of the witness for a leaf with [`CHECKPOINT`] or `MARKED` retention.
/// of the witness for a leaf with [`CHECKPOINT`] or [`MARKED`] retention.
///
/// [`CHECKPOINT`]: RetentionFlags::CHECKPOINT
/// [`MARKED`]: RetentionFlags::MARKED
Expand Down

0 comments on commit 2f65d48

Please sign in to comment.