Skip to content

Commit

Permalink
Merge pull request #2305 from mbaxter/altair/formatting/fix-p2p-table
Browse files Browse the repository at this point in the history
Fix table formatting
  • Loading branch information
hwwhww authored Apr 5, 2021
2 parents acfbd93 + 4a1126d commit 06c75ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs/altair/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand All @@ -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` |

Expand Down

0 comments on commit 06c75ef

Please sign in to comment.