From 86ec833172704ea0889b5d595d17f45ba1a6676f Mon Sep 17 00:00:00 2001 From: Ben Edgington Date: Thu, 15 Nov 2018 12:28:47 +0000 Subject: [PATCH] Remove MIN_BALANCE definition (#131) MIN_BALANCE is not used - I'm guessing it was replaced by MIN_ONLINE_DEPOSIT_SIZE. --- specs/core/0_beacon-chain.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 3ce5fef19..ba61cf8ec 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -34,7 +34,6 @@ The primary source of load on the beacon chain are "attestations". Attestations | --- | --- | :---: | - | | `SHARD_COUNT` | 2**10 (= 1,024)| shards | | `DEPOSIT_SIZE` | 2**5 (= 32) | ETH | -| `MIN_BALANCE` | 2**4 (= 16) | ETH | | `MIN_ONLINE_DEPOSIT_SIZE` | 2**4 (= 16) | ETH | | `GWEI_PER_ETH` | 10**9 | Gwei/ETH | | `TARGET_COMMITTEE_SIZE` | 2**8 (= 256) | validators |