Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Nov 20, 2023
1 parent 8303ae3 commit 12882c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions documentation/specification.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -398,12 +398,6 @@ pub enum DatabaseError {
pub trait BonsaiDatabase {
fn new(path_to_database: &str) -> Self
// Put in TRIE_BRANCH column
fn put(&mut self, key: &[u8], value: &[u8]) -> Result<(), DatabaseError>;
// Get in TRIE_BRANCH column
fn get_trie_branch(&self, key: &[u8]) -> Result<Vec<u8>, DatabaseError>;
// Insert key value in trie
fn insert(&mut self, key: &[u8], value: &[u8]) -> Result<(), DatabaseError>;
Expand Down
Binary file modified documentation/specification.pdf
Binary file not shown.

0 comments on commit 12882c7

Please sign in to comment.