block processing: v0.6.1 headers, randao, eth1 data

This commit is contained in:
Michael Sproul
2019-05-20 12:42:02 +10:00
parent aa01808a00
commit 55537078a1
4 changed files with 23 additions and 20 deletions

View File

@@ -71,6 +71,7 @@ pub enum BlockInvalid {
state: Hash256,
block: Hash256,
},
ProposerSlashed(usize),
BadSignature,
BadRandaoSignature,
MaxAttestationsExceeded,