Skip to content

Commit

Permalink
feat: allow a streamed proposal channel on top of existing one
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-starkware committed Dec 1, 2024
1 parent 1d85fcd commit a4f3e3a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ async fn repropose() {
let BroadcastTopicChannels { broadcasted_messages_receiver: _, broadcast_topic_client } =
subscriber_channels;

let (outbound_internal_sender, _inbound_internal_receiver) = make_streaming_channels();
let (outbound_internal_sender, _inbound_internal_receiver, _) =
StreamHandler::get_channels(inbound_network_receiver, outbound_network_sender);

let mut context = SequencerConsensusContext::new(
Arc::new(batcher),
Expand Down

0 comments on commit a4f3e3a

Please sign in to comment.