mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: integrate NodeTypesWithDB (#10698)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
@ -117,8 +117,10 @@ where
|
||||
// Type aliases
|
||||
|
||||
type TmpDB = Arc<TempDatabase<DatabaseEnv>>;
|
||||
type TmpNodeAdapter<N> =
|
||||
FullNodeTypesAdapter<NodeTypesWithDBAdapter<N, TmpDB>, BlockchainProvider<TmpDB>>;
|
||||
type TmpNodeAdapter<N> = FullNodeTypesAdapter<
|
||||
NodeTypesWithDBAdapter<N, TmpDB>,
|
||||
BlockchainProvider<NodeTypesWithDBAdapter<N, TmpDB>>,
|
||||
>;
|
||||
|
||||
type Adapter<N> = NodeAdapter<
|
||||
RethFullAdapter<TmpDB, N>,
|
||||
|
||||
Reference in New Issue
Block a user