Skip to content

Commit

Permalink
adds new column family to list of state column families
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Nov 12, 2024
1 parent 3d00b81 commit 902bfa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zebra-state/src/service/finalized_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ pub const STATE_COLUMN_FAMILIES_IN_CODE: &[&str] = &[
"orchard_anchors",
"orchard_note_commitment_tree",
"orchard_note_commitment_subtree",
"orchard_issued_assets",
// Chain
"history_tree",
"tip_chain_value_pool",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ expression: cf_names
"height_by_hash",
"history_tree",
"orchard_anchors",
"orchard_issued_assets",
"orchard_note_commitment_subtree",
"orchard_note_commitment_tree",
"orchard_nullifiers",
Expand Down

0 comments on commit 902bfa6

Please sign in to comment.