mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(interfaces): database write error details (#4190)
This commit is contained in:
@ -84,7 +84,7 @@ pub mod mdbx {
|
||||
}
|
||||
|
||||
pub use abstraction::*;
|
||||
pub use reth_interfaces::db::DatabaseError;
|
||||
pub use reth_interfaces::db::{DatabaseError, DatabaseWriteOperation};
|
||||
pub use tables::*;
|
||||
pub use utils::is_database_empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user