Remove MIN_BALANCE definition (#131)

MIN_BALANCE is not used - I'm guessing it was replaced by MIN_ONLINE_DEPOSIT_SIZE.
This commit is contained in:
Ben Edgington 2018-11-15 12:28:47 +00:00 committed by Danny Ryan
parent 7d5436166e
commit 86ec833172

View File

@ -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 |