Skip to content

Commit ef0859a

Browse files
committed
Added tests for recent block combos
Signed-off-by: Nana Essilfie-Conduah <nana@swirldslabs.com>
1 parent f8c98e8 commit ef0859a

File tree

2 files changed

+320
-11
lines changed

2 files changed

+320
-11
lines changed

block-node/backfill/src/main/java/org/hiero/block/node/backfill/BackfillPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ private void detectGaps() {
288288
detectedGaps = new ArrayList<>();
289289
detectedGaps.add(detectedRecentGapRange);
290290

291-
// backfile recent gaps first to prioritize staying close to the network
291+
// backfill recent gaps first to prioritize staying close to the network
292292
LOGGER.log(
293293
TRACE,
294294
"Detected recent gaps, numGaps={0} totalMissingBlocks={1}",

0 commit comments

Comments
 (0)