Skip to content

Commit

Permalink
Remove duplicate EngineTypes comment (paradigmxyz#11624)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencartavia authored and reymom committed Oct 15, 2024
1 parent bc63e6e commit 44cc5bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/node/types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44cc5bc

Please sign in to comment.