mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 17:35:03 -05:00
Merge pull request #174 from terenc3t/patch-12
Updated shard block sigs to uint384
This commit is contained in:
@@ -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'],
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user