We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85edc45 commit 66f5313Copy full SHA for 66f5313
crates/core/src/lib.rs
@@ -10,7 +10,7 @@ mod database;
10
pub use database::EvmDatabase;
11
12
mod error;
13
-pub use error::VerificationError;
+pub use error::{DatabaseError, VerificationError};
14
15
mod executor;
16
pub use executor::{hooks, EvmExecutor, EvmExecutorBuilder};
0 commit comments