Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 18, 2024
1 parent 1ab2af4 commit b72e8ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ private void printDebugTimings(final Map<UInt64, Long> debugTimings) {
.append(debugTimings.get(RPC_BLOCK_FETCH_TIMING_IDX) - creationTime)
.append("ms - ");
} else {
timingsReport.append("RPC block fetch wasn't required");
timingsReport.append("RPC block fetch wasn't required - ");
}

if (debugTimings.containsKey(RPC_BLOBS_FETCH_TIMING_IDX)) {
Expand Down

0 comments on commit b72e8ea

Please sign in to comment.