diff --git a/specs/das/das-core.md b/specs/das/das-core.md index 71bb5d8ec..c6cbc09e3 100644 --- a/specs/das/das-core.md +++ b/specs/das/das-core.md @@ -32,7 +32,6 @@ We define the following Python custom types for type hinting and readability: | Name | SSZ equivalent | Description | | - | - | - | | `SampleIndex` | `uint64` | A sample index, corresponding to chunk of extended data | -| `BLSPoint` | `uint256` | A number `x` in the range `0 <= x < MODULUS` | ## Configuration diff --git a/specs/sharding/beacon-chain.md b/specs/sharding/beacon-chain.md index b578570a2..fcb05d621 100644 --- a/specs/sharding/beacon-chain.md +++ b/specs/sharding/beacon-chain.md @@ -70,6 +70,7 @@ We define the following Python custom types for type hinting and readability: | - | - | - | | `Shard` | `uint64` | A shard number | | `BLSCommitment` | `bytes48` | A G1 curve point | +| `BLSPoint` | `uint256` | A number `x` in the range `0 <= x < MODULUS` | ## Configuration