Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Oct 8, 2024
1 parent 76cd7a9 commit dce3ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dce3ea3

Please sign in to comment.