Skip to content

Commit

Permalink
fix: pub DatabaseError
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Sep 24, 2024
1 parent 85edc45 commit 66f5313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mod database;
pub use database::EvmDatabase;

mod error;
pub use error::VerificationError;
pub use error::{DatabaseError, VerificationError};

mod executor;
pub use executor::{hooks, EvmExecutor, EvmExecutorBuilder};
Expand Down

0 comments on commit 66f5313

Please sign in to comment.