Skip to content

Commit

Permalink
chore: rocks: refactor types.rs into types module (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw authored Jul 23, 2024
1 parent 47dad5d commit 356bb5a
Show file tree
Hide file tree
Showing 27 changed files with 886 additions and 682 deletions.
1 change: 1 addition & 0 deletions src/eth/storage/rocks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ mod rocks_db;
pub mod rocks_permanent;
/// State handler for DB and column families.
mod rocks_state;

mod types;
Loading

0 comments on commit 356bb5a

Please sign in to comment.