mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +00:00
shard block sigs to uint384
This commit is contained in:
parent
2829784396
commit
25e5408ed8
@ -51,10 +51,10 @@ A `ShardBlock` object has the following fields:
|
||||
# State root (placeholder for now)
|
||||
'state_root': 'hash32',
|
||||
# Block signature
|
||||
'signature': ['uint256'],
|
||||
'signature': ['uint384'],
|
||||
# Attestation
|
||||
'attester_bitfield': 'bytes',
|
||||
'aggregate_sig': ['uint256'],
|
||||
'aggregate_sig': ['uint384'],
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user