Update 0_beacon-chain.md

This commit is contained in:
Justin 2019-04-14 16:49:17 +10:00 committed by GitHub
parent f85e7ac447
commit 0d6448303d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1278,6 +1278,7 @@ def get_churn_limit(state: BeaconState) -> int:
MIN_PER_EPOCH_CHURN_LIMIT,
MAX_FULL_CHURN_EPOCHS // len(get_active_validators(state, get_current_epoch(state)))
)
```
### `bls_verify`