Skip to content

Commit 249b998

Browse files
committed
fix: spec update and remove gloasComment
1 parent 7df198e commit 249b998

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

beacon_chain/gossip_processing/gossip_validation.nim

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,7 @@ func getMaxBlobsPerBlock(cfg: RuntimeConfig, slot: Slot): uint64 =
340340
else:
341341
cfg.MAX_BLOBS_PER_BLOCK
342342

343-
debugGloasComment ""
344-
# https://github.com/ethereum/consensus-specs/blob/v1.6.0-beta.0/specs/gloas/p2p-interface.md#beacon_block
343+
# https://github.com/ethereum/consensus-specs/blob/v1.6.0-beta.1/specs/gloas/p2p-interface.md#beacon_block
345344
template validateBeaconBlockBellatrix(
346345
_: phase0.SignedBeaconBlock | altair.SignedBeaconBlock | gloas.SignedBeaconBlock,
347346
_: BlockRef): untyped =
@@ -401,8 +400,7 @@ template validateBeaconBlockBellatrix(
401400
# cannot occur here, because Nimbus's optimistic sync waits for either
402401
# `ACCEPTED` or `SYNCING` from the EL to get this far.
403402

404-
debugGloasComment ""
405-
# https://github.com/ethereum/consensus-specs/blob/v1.6.0-beta.0/specs/gloas/p2p-interface.md#beacon_block
403+
# https://github.com/ethereum/consensus-specs/blob/v1.6.0-beta.1/specs/gloas/p2p-interface.md#beacon_block
406404
template validateBeaconBlockDeneb(
407405
_: ChainDAGRef,
408406
_:

0 commit comments

Comments
 (0)