Skip to content

Commit

Permalink
remove commanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Dec 13, 2023
1 parent 261db91 commit 9e5b381
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cluster-endpoints/examples/grpc_fullstream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ fn create_multiplex(

let mut futures = futures::stream::SelectAll::new();
for grpc_source in grpc_sources {
// note: stream never terminates
// let stream = create_geyser_reconnecting_stream(grpc_source.clone(), commitment_level)
// .then(|block| process_geyze_block_stream(commitment_config, current_slot, block));
futures.push(Box::pin(build_block_process_stream(grpc_source)));
}

Expand Down

0 comments on commit 9e5b381

Please sign in to comment.