Remove duplicate EngineTypes comment (#11624)

This commit is contained in:
Steven
2024-10-10 04:31:57 -06:00
committed by GitHub
parent 68f38210e0
commit b50e710f84

View File

@ -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