mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 18:24:59 -05:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
@@ -1220,7 +1220,7 @@ def verify_bitfield(bitfield: bytes, committee_size: int) -> bool:
|
||||
```python
|
||||
def convert_to_standalone(state: BeaconState, attestation: Attestation):
|
||||
"""
|
||||
Converts an attestation to (almost) standalone-verifiable form
|
||||
Convert an attestation to (almost) standalone-verifiable form
|
||||
"""
|
||||
return StandaloneAttestation(
|
||||
validator_indices=get_attestation_participants(state, attestation.data, attestation.aggregation_bitfield),
|
||||
|
||||
Reference in New Issue
Block a user