diff --git a/specs/phase1/beacon-chain.md b/specs/phase1/beacon-chain.md index 19f3c7a84..92ac59162 100644 --- a/specs/phase1/beacon-chain.md +++ b/specs/phase1/beacon-chain.md @@ -26,7 +26,8 @@ We define the following Python custom types for type hinting and readability: | Name | SSZ equivalent | Description | | - | - | - | -| `Shard` | `uint64` | a shard number | +| `Shard` | `uint64` | A shard number | +| `BLSCommitment` | `bytes48` | A G1 curve point | ## Configuration