From ef8d6003d356828cbf1e65cab8a87e64be97de78 Mon Sep 17 00:00:00 2001 From: protolambda Date: Tue, 18 May 2021 10:07:35 +0200 Subject: [PATCH] fix inactivity penalties markdown table --- specs/altair/beacon-chain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/altair/beacon-chain.md b/specs/altair/beacon-chain.md index 21eb084cd..38aea00c0 100644 --- a/specs/altair/beacon-chain.md +++ b/specs/altair/beacon-chain.md @@ -135,8 +135,8 @@ This patch updates a few configuration values to move penalty parameters closer ### Inactivity penalties -| Name | Value | Unit | -| - | - | :-: | :-: | +| Name | Value | Description | +| - | - | - | | `INACTIVITY_SCORE_BIAS` | `uint64(4)` | score points per inactive epoch | | `INACTIVITY_SCORE_RECOVERY_RATE` | `uint64(16)` | score points per recovering epoch |