From 3ea04a28ca4f3e58a0542ae37cb94cdd43eedd39 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 6 Dec 2018 19:07:26 -0600 Subject: [PATCH] fix table --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index eccd45bf5..3af0288f9 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -203,7 +203,7 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted ### Max transactions | Name | Value | -| - | - | :-: | +| - | - | | `MAX_PROPOSER_SLASHINGS` | `2**4` (= 16) | | `MAX_CASPER_SLASHINGS` | `2**4` (= 16) | | `MAX_ATTESTATIONS` | `2**7` (= 128) |