Skip to content

Commit

Permalink
feat: 🎨 changed DBerror visibility to public (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro authored Jan 29, 2024
1 parent abb735a commit 5e98fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ mod error;
/// Definition and basic implementation of an CommitID
pub mod id;

pub use bonsai_database::BonsaiDatabase;
pub use bonsai_database::{BonsaiDatabase, DBError};
pub use error::BonsaiStorageError;
pub use trie::merkle_tree::{Membership, ProofNode};

Expand Down

0 comments on commit 5e98fe9

Please sign in to comment.