Skip to content

Commit 9eb010e

Browse files
ahshumtersec
andauthored
Fix LC spec url (#7175)
* chore: fix spec url * spec version bump Co-authored-by: tersec <tersec@users.noreply.github.com> --------- Co-authored-by: tersec <tersec@users.noreply.github.com>
1 parent d979fce commit 9eb010e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/gossip_processing/light_client_processor.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ proc processLightClientFinalityUpdate*(
564564
self.latestFinalityUpdate = finality_update.toOptimistic
565565
v
566566

567-
# https://github.com/ethereum/consensus-specs/blob/v1.5.0-beta.2/specs/altair/light-client/sync-protocol.md#process_light_client_finality_update
567+
# https://github.com/ethereum/consensus-specs/blob/v1.6.0-alpha.0/specs/altair/light-client/sync-protocol.md#process_light_client_optimistic_update
568568
proc processLightClientOptimisticUpdate*(
569569
self: var LightClientProcessor, src: MsgSource,
570570
optimistic_update: ForkedLightClientOptimisticUpdate

0 commit comments

Comments
 (0)