Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Mar 26, 2024
1 parent c132cc1 commit fee7209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/topos-tce/src/app_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl AppContext {
mut network_stream: impl Stream<Item = NetEvent> + Unpin,
mut tce_stream: impl Stream<Item = ProtocolEvents> + Unpin,
mut api_stream: impl Stream<Item = ApiEvent> + Unpin,
mut synchronizer_stream: impl Stream<Item = SynchronizerEvent> + Unpin,
// mut synchronizer_stream: impl Stream<Item = SynchronizerEvent> + Unpin,
mut broadcast_stream: impl Stream<Item = CertificateDeliveredWithPositions> + Unpin,
shutdown: (CancellationToken, mpsc::Sender<()>),
) {
Expand Down

0 comments on commit fee7209

Please sign in to comment.