remove tautological type definition

This commit is contained in:
protolambda 2019-06-04 18:22:42 +02:00
parent 4bf3a26afc
commit 9bdb18245e
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
1 changed files with 0 additions and 1 deletions

View File

@ -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 |