Skip to content

Commit

Permalink
Merge pull request #1429 from zcash/zcs-db-docs
Browse files Browse the repository at this point in the history
zcash_client_sqlite: Start documenting the table structures
  • Loading branch information
str4d committed Jun 18, 2024
2 parents 444de3b + cf1922c commit dd3a557
Show file tree
Hide file tree
Showing 3 changed files with 903 additions and 607 deletions.
1 change: 1 addition & 0 deletions zcash_client_sqlite/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ use {

pub mod commitment_tree;
pub(crate) mod common;
mod db;
pub mod init;
#[cfg(feature = "orchard")]
pub(crate) mod orchard;
Expand Down
Loading

0 comments on commit dd3a557

Please sign in to comment.