Skip to content

Commit

Permalink
Update book/src/dev/state-db-upgrades.md
Browse files Browse the repository at this point in the history
Co-authored-by: teor <[email protected]>
  • Loading branch information
arya2 and teor2345 authored Aug 24, 2023
1 parent e430154 commit e8d7bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/dev/state-db-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ We use the following rocksdb column families:
| `sapling_nullifiers` | `sapling::Nullifier` | `()` | Create |
| `sapling_anchors` | `sapling::tree::Root` | `()` | Create |
| `sapling_note_commitment_tree` | `block::Height` | `sapling::NoteCommitmentTree` | Create |
| `sapling_note_commitment_subtree` | `block::Height` | `NoteCommitmentSubtree` | Create |
| `sapling_note_commitment_subtree` | `block::Height` | `NoteCommitmentSubtreeData` | Create |
| *Orchard* | | | |
| `orchard_nullifiers` | `orchard::Nullifier` | `()` | Create |
| `orchard_anchors` | `orchard::tree::Root` | `()` | Create |
Expand Down

0 comments on commit e8d7bb0

Please sign in to comment.