Skip to content

Commit

Permalink
pub
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuoWangNSL committed Sep 27, 2024
1 parent 9842390 commit cbce583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/state_manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2407,7 +2407,7 @@ impl StateManagerImpl {
/// 0 even if no states were committed yet.
/// * Sorted in ascending order.
#[cfg(any(test, debug_assertions))]
fn list_state_heights(
pub fn list_state_heights(
&self,
cert_mask: ic_interfaces_state_manager::CertificationMask,
) -> Vec<Height> {
Expand Down

0 comments on commit cbce583

Please sign in to comment.