We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65764f commit 5ce6f4aCopy full SHA for 5ce6f4a
rust/cardano-chain-follower/src/turbo_downloader/mod.rs
@@ -373,7 +373,6 @@ impl ParallelDownloadProcessorInner {
373
let range_size = range_end_inclusive
374
.saturating_sub(range_start)
375
.saturating_add(1);
376
-
377
let mut bytes: Vec<u8> = Vec::with_capacity(range_size);
378
379
let bytes_read = get_range_response
0 commit comments