Skip to content

Commit

Permalink
version snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Dec 6, 2024
1 parent 5074033 commit a214028
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth/storage/permanent/rocks/cf_versions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ mod tests {
fs::create_dir_all(&snapshot_parent_path)?;
fs::write(snapshot_path, serialized)?;
} else {
bail!("snapshot file at '{snapshot_path:?}' doesn't exist and GEN_NEW_VARIANT_SNAPSHOT is not set");
bail!("snapshot file at '{snapshot_path:?}' doesn't exist and DANGEROUS_UPDATE_SNAPSHOTS is not set");
}
}

Expand Down
Binary file modified tests/fixtures/cf_versions/accounts/V1.bincode
Binary file not shown.
Binary file modified tests/fixtures/cf_versions/accounts_history/V1.bincode
Binary file not shown.

0 comments on commit a214028

Please sign in to comment.