Skip to content

Commit

Permalink
Update sequencer/src/external_event_handler.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mathis <sveitser@gmail.com>
  • Loading branch information
rob-maron and sveitser authored Mar 4, 2025
1 parent 53336fd commit 06c78a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/src/external_event_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub enum OutboundMessage {
}

impl<V: Versions> ExternalEventHandler<V> {
/// Creates a new `ExternalEventHandler` with the given network and roll call info
/// Creates a new `ExternalEventHandler` with the given network
pub async fn new<N: ConnectedNetwork<PubKey>>(
tasks: &mut TaskList,
request_response_sender: Sender<Bytes>,
Expand Down

0 comments on commit 06c78a2

Please sign in to comment.