Skip to content

Commit 9a4fd90

Browse files
committed
Fix fCU log too
1 parent 117b449 commit 9a4fd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution_chain/beacon/api_handler/api_forkchoice.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ proc forkchoiceUpdated*(ben: BeaconEngineRef,
220220
info "Fork choice updated",
221221
requested = header.number,
222222
head = chain.latestNumber,
223-
hashHash = headHash.short,
223+
headHash = headHash.short,
224224
base = chain.baseNumber,
225225
baseHash = chain.baseHash.short,
226226
finalizedHash = finalizedBlockHash.short,

0 commit comments

Comments
 (0)