Skip to content

Commit

Permalink
Make StaticSnapshot::should_drop public
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Sep 22, 2023
1 parent b03f9cb commit 33beb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merk/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl<'a> Fetch for SnapshotSource<'a> {
pub struct StaticSnapshot {
tree: Cell<Option<Tree>>,
inner: *const (),
should_drop: bool,
pub should_drop: bool,
}

struct RocksDBSnapshot<'a> {
Expand Down

0 comments on commit 33beb33

Please sign in to comment.