diff --git a/src/traits.rs b/src/traits.rs index 51835d4..ad897fe 100644 --- a/src/traits.rs +++ b/src/traits.rs @@ -21,7 +21,7 @@ pub enum SpawnOutput { } /// The Node trait defines the common interface shared between -/// BitcoinNode, BatchProver, Sequencer and FullNode +/// BitcoinNode, BatchProver, LightClientProver, Sequencer and FullNode #[async_trait] pub trait NodeT: Send { type Config: Send;