shard block sigs to uint384

This commit is contained in:
terence tsao 2018-11-26 06:36:19 -10:00 committed by GitHub
parent 2829784396
commit 25e5408ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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'],
}
```