Skip to content

Commit 1d68c78

Browse files
thinkAfCodGrapeBaBa
authored andcommitted
log: unsafe head
1 parent 10733f7 commit 1d68c78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hildr-node/src/main/java/io/optimism/driver/EngineDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public void handleUnsafePayload(ExecutionPayload payload) throws ExecutionExcept
166166
this.pushPayload(payload);
167167
this.unsafeHead = BlockInfo.from(payload);
168168
this.updateForkchoice();
169-
LOGGER.info("head updated: {} {}", this.unsafeHead.number(), this.unsafeHead.hash());
169+
LOGGER.info("unsafe head updated: {} {}", this.unsafeHead.number(), this.unsafeHead.hash());
170170
}
171171

172172
/**

0 commit comments

Comments
 (0)