From 75b469281e870523a4145e8c7bdcf2da9a166aac Mon Sep 17 00:00:00 2001 From: protolambda Date: Sat, 15 Jun 2019 18:05:01 +0200 Subject: [PATCH] fix linting issue --- 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 cc4500d3f..968098895 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -298,7 +298,7 @@ class Validator(Container): activation_eligibility_epoch: Epoch # When criteria for activation were met activation_epoch: Epoch exit_epoch: Epoch - withdrawable_epoch: Epoch # When validator can withdraw or transfer funds + withdrawable_epoch: Epoch # When validator can withdraw or transfer funds ``` #### `Crosslink`