Skip to content

Commit

Permalink
feat: implement Debug for DatabaseComponentError if supported (blueal…
Browse files Browse the repository at this point in the history
…loy#363)

* feat: implement Debug for DatabaseComponentError if supported

* chore: apply suggestions from code review

* chore: apply suggestions

---------
  • Loading branch information
Wodann authored Feb 10, 2023
1 parent d9727c2 commit 3158ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/primitives/src/db/components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use crate::{
AccountInfo, Bytecode, B160, B256, U256,
};

#[derive(Debug)]
pub struct DatabaseComponents<S, BH> {
pub state: S,
pub block_hash: BH,
Expand Down

0 comments on commit 3158ce9

Please sign in to comment.