From 623f164bf1b08f34d38ae7bad2c4856cbef8ac43 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Thu, 10 Dec 2020 14:29:09 +0800 Subject: [PATCH] Fixed custom types --- specs/phase1/beacon-chain.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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