diff --git a/specs/core/1_shard-data-chains.md b/specs/core/1_shard-data-chains.md index 59a6f6c1a..27b9d9ef1 100644 --- a/specs/core/1_shard-data-chains.md +++ b/specs/core/1_shard-data-chains.md @@ -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'], } ```