Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Feb 28, 2025
1 parent e007291 commit 0d4a30d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ SafeFuture<Boolean> processHead(final UInt64 nodeSlot) {

private SafeFuture<Boolean> processHead(
final Optional<UInt64> nodeSlot, final boolean isPreProposal) {
LOG.info("processHead {}", nodeSlot);
final Checkpoint retrievedJustifiedCheckpoint =
recentChainData.getStore().getJustifiedCheckpoint();
return recentChainData
Expand Down

0 comments on commit 0d4a30d

Please sign in to comment.