mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +00:00
Fixed indent.
This commit is contained in:
parent
2795af7bae
commit
1df0f9f1b7
@ -152,22 +152,22 @@ An `AttestationRecord` has the following fields:
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
{
|
{
|
||||||
# Slot number
|
# Slot number
|
||||||
'slot': 'uint64',
|
'slot': 'uint64',
|
||||||
# Shard number
|
# Shard number
|
||||||
'shard': 'uint64',
|
'shard': 'uint64',
|
||||||
# Hash of the block we're signing
|
# Hash of the block we're signing
|
||||||
'block_hash': 'hash32',
|
'block_hash': 'hash32',
|
||||||
# Hash of the ancestor at the cycle boundary
|
# Hash of the ancestor at the cycle boundary
|
||||||
'cycle_boundary_hash': 'hash32',
|
'cycle_boundary_hash': 'hash32',
|
||||||
# Shard block hash being attested to
|
# Shard block hash being attested to
|
||||||
'shard_block_hash': 'hash32',
|
'shard_block_hash': 'hash32',
|
||||||
# Last crosslink hash
|
# Last crosslink hash
|
||||||
'last_crosslink_hash': 'hash32',
|
'last_crosslink_hash': 'hash32',
|
||||||
# Slot of last justified beacon block
|
# Slot of last justified beacon block
|
||||||
'justified_slot': 'uint64',
|
'justified_slot': 'uint64',
|
||||||
# Hash of last justified beacon block
|
# Hash of last justified beacon block
|
||||||
'justified_block_hash': 'hash32',
|
'justified_block_hash': 'hash32',
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user