global: snapshot

This commit is contained in:
nym21
2025-08-17 21:38:28 +02:00
parent 7d47bc8042
commit 05036c682f
51 changed files with 2551 additions and 6115 deletions

View File

@@ -1030,7 +1030,7 @@ impl Vecs {
pub fn import_state_at(
&mut self,
starting_height: &mut Height,
starting_height: Height,
state: &mut CohortState,
) -> Result<()> {
if let Some(prev_height) = starting_height.decremented() {