Skip to content

Commit

Permalink
Make CI run again
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Nov 27, 2023
1 parent 98a0f60 commit 7c76b46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zebra-state/src/service/finalized_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ pub use disk_db::ReadDisk;
pub use disk_format::MAX_ON_DISK_HEIGHT;

/// The column families supported by the running `zebra-state` database code.
///
/// Existing column families that aren't listed here are preserved when the database is opened.
pub const STATE_COLUMN_FAMILIES_IN_CODE: &[&str] = &[
// Blocks
"hash_by_height",
Expand Down

0 comments on commit 7c76b46

Please sign in to comment.