From 9bdb18245e23ea6af565c3cde6bf12b826adb144 Mon Sep 17 00:00:00 2001 From: protolambda Date: Tue, 4 Jun 2019 18:22:42 +0200 Subject: [PATCH] remove tautological type definition --- specs/core/0_beacon-chain.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 06c1c302d..4940d35f4 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -574,7 +574,6 @@ We define the following Python custom types for type hinting and readability: | `Shard` | `uint64` | a shard number | | `ValidatorIndex` | `uint64` | a validator registry index | | `Gwei` | `uint64` | an amount in Gwei | -| `Bytes32` | `Bytes32` | 32 bytes of binary data | | `BLSPubkey` | `Bytes48` | a BLS12-381 public key | | `BLSSignature` | `Bytes96` | a BLS12-381 signature |