chore: rename Error to DatabaseError (#2718)

This commit is contained in:
Matthias Seitz
2023-05-17 15:21:46 +02:00
committed by GitHub
parent 3d816bde09
commit 352b55dc05
49 changed files with 306 additions and 246 deletions

View File

@ -77,5 +77,5 @@ pub mod mdbx {
}
pub use abstraction::*;
pub use reth_interfaces::db::Error;
pub use reth_interfaces::db::DatabaseError;
pub use tables::*;