Skip to content

Commit

Permalink
log: unsafe head
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod authored and GrapeBaBa committed Mar 17, 2024
1 parent 10733f7 commit 1d68c78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void handleUnsafePayload(ExecutionPayload payload) throws ExecutionExcept
this.pushPayload(payload);
this.unsafeHead = BlockInfo.from(payload);
this.updateForkchoice();
LOGGER.info("head updated: {} {}", this.unsafeHead.number(), this.unsafeHead.hash());
LOGGER.info("unsafe head updated: {} {}", this.unsafeHead.number(), this.unsafeHead.hash());
}

/**
Expand Down

0 comments on commit 1d68c78

Please sign in to comment.