mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Remove duplicate EngineTypes comment (#11624)
This commit is contained in:
@ -40,7 +40,6 @@ pub trait NodeTypes: Send + Sync + Unpin + 'static {
|
||||
pub trait NodeTypesWithEngine: NodeTypes {
|
||||
/// The node's engine types, defining the interaction with the consensus engine.
|
||||
type Engine: EngineTypes;
|
||||
// type Engine: EngineTypes;
|
||||
}
|
||||
|
||||
/// A helper trait that is downstream of the [`NodeTypesWithEngine`] trait and adds database to the
|
||||
|
||||
Reference in New Issue
Block a user