Fix a broken markdown table (#134)

This commit is contained in:
Chih Cheng Liang 2018-11-15 23:51:32 +01:00 committed by Danny Ryan
parent 5ed4392b54
commit 2dfa7bc652
1 changed files with 4 additions and 3 deletions

View File

@ -16,9 +16,10 @@ Ethereum 2.0 consists of a central beacon chain along with `SHARD_COUNT` shard c
Phase 1 depends upon all of the constants defined in [Phase 0](0_beacon-chain.md#constants) in addition to the following:
| Constant | Value | Unit | Approximation |
| `CHUNK_SIZE` | 2**8 (= 256) | bytes |
| `MAX_SHARD_BLOCK_SIZE` | 2**15 (= 32768) | bytes |
| Constant | Value | Unit | Approximation |
|------------------------|-----------------|-------|---------------|
| `CHUNK_SIZE` | 2**8 (= 256) | bytes | |
| `MAX_SHARD_BLOCK_SIZE` | 2**15 (= 32768) | bytes | |
## Data Structures