Update 0_beacon-chain.md
This commit is contained in:
parent
f85e7ac447
commit
0d6448303d
|
@ -1278,6 +1278,7 @@ def get_churn_limit(state: BeaconState) -> int:
|
||||||
MIN_PER_EPOCH_CHURN_LIMIT,
|
MIN_PER_EPOCH_CHURN_LIMIT,
|
||||||
MAX_FULL_CHURN_EPOCHS // len(get_active_validators(state, get_current_epoch(state)))
|
MAX_FULL_CHURN_EPOCHS // len(get_active_validators(state, get_current_epoch(state)))
|
||||||
)
|
)
|
||||||
|
```
|
||||||
|
|
||||||
### `bls_verify`
|
### `bls_verify`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue