Skip to content

Commit 66f5313

Browse files
committed
fix: pub DatabaseError
1 parent 85edc45 commit 66f5313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mod database;
1010
pub use database::EvmDatabase;
1111

1212
mod error;
13-
pub use error::VerificationError;
13+
pub use error::{DatabaseError, VerificationError};
1414

1515
mod executor;
1616
pub use executor::{hooks, EvmExecutor, EvmExecutorBuilder};

0 commit comments

Comments
 (0)