Skip to content

Commit

Permalink
log: level
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Apr 26, 2024
1 parent b60dbea commit c5a2321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hildr-node/src/main/java/io/optimism/driver/Driver.java
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ private void advanceUnsafeHead() throws ExecutionException, InterruptedException
Optional<ExecutionPayload> nextUnsafePayload;
if (Driver.this.engineDriver.isEngineSyncing()) {
nextUnsafePayload = Optional.of(this.futureUnsafeBlocks.getLast());
this.futureUnsafeBlocks = Lists.newArrayList();
} else {
nextUnsafePayload = Iterables.tryFind(this.futureUnsafeBlocks, input -> input.parentHash()
.equalsIgnoreCase(
Expand Down

0 comments on commit c5a2321

Please sign in to comment.