mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 22:16:07 -05:00
Update beacon-chain.md
This commit is contained in:
@@ -73,7 +73,7 @@ The registration contract emits a log with the various arguments for consumption
|
||||
## Data structures
|
||||
### Beacon chain blocks
|
||||
|
||||
A `BeaconChainBlock` has the following fields:
|
||||
A `BeaconBlock` has the following fields:
|
||||
|
||||
```python
|
||||
{
|
||||
@@ -122,7 +122,7 @@ An `AttestationRecord` has the following fields:
|
||||
A `SpecialRecord` has the following fields:
|
||||
|
||||
```python
|
||||
fields = {
|
||||
{
|
||||
# Type
|
||||
'type': 'int8',
|
||||
# Data
|
||||
|
||||
Reference in New Issue
Block a user