From 4a1126d91684e506e09d2e7ad367a046e28f2c0d Mon Sep 17 00:00:00 2001 From: Meredith Baxter Date: Mon, 5 Apr 2021 11:34:06 -0400 Subject: [PATCH] Fix table formatting --- specs/altair/p2p-interface.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/altair/p2p-interface.md b/specs/altair/p2p-interface.md index 6d400c0a2..9b28c0382 100644 --- a/specs/altair/p2p-interface.md +++ b/specs/altair/p2p-interface.md @@ -183,6 +183,7 @@ Request and Response remain unchanged. A `ForkDigest`-context is used to select Per `context = compute_fork_digest(fork_version, genesis_validators_root)`: | `fork_version` | Chunk SSZ type | +| ------------------------ | -------------------------- | | `GENESIS_FORK_VERSION` | `phase0.SignedBeaconBlock` | | `ALTAIR_FORK_VERSION` | `altair.SignedBeaconBlock` | @@ -195,6 +196,7 @@ Request and Response remain unchanged. A `ForkDigest`-context is used to select Per `context = compute_fork_digest(fork_version, genesis_validators_root)`: | `fork_version` | Chunk SSZ type | +| ------------------------ | -------------------------- | | `GENESIS_FORK_VERSION` | `phase0.SignedBeaconBlock` | | `ALTAIR_FORK_VERSION` | `altair.SignedBeaconBlock` |