mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(db): move mod tables to db-api (#14540)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
//! Contains the main provider types and traits for interacting with the blockchain's storage.
|
||||
|
||||
use reth_chainspec::EthereumHardforks;
|
||||
use reth_db::table::Value;
|
||||
use reth_db_api::table::Value;
|
||||
use reth_node_types::{FullNodePrimitives, NodeTypes, NodeTypesWithDB, NodeTypesWithEngine};
|
||||
|
||||
mod database;
|
||||
|
||||
Reference in New Issue
Block a user