We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10733f7 commit 1d68c78Copy full SHA for 1d68c78
1 file changed
hildr-node/src/main/java/io/optimism/driver/EngineDriver.java
@@ -166,7 +166,7 @@ public void handleUnsafePayload(ExecutionPayload payload) throws ExecutionExcept
166
this.pushPayload(payload);
167
this.unsafeHead = BlockInfo.from(payload);
168
this.updateForkchoice();
169
- LOGGER.info("head updated: {} {}", this.unsafeHead.number(), this.unsafeHead.hash());
+ LOGGER.info("unsafe head updated: {} {}", this.unsafeHead.number(), this.unsafeHead.hash());
170
}
171
172
/**
0 commit comments