Fix justified balances bug

This commit is contained in:
Paul Hauner
2020-01-17 14:53:06 +11:00
parent cd5c8a3d9f
commit 52dfb61de0
2 changed files with 91 additions and 8 deletions

View File

@@ -27,6 +27,8 @@ pub enum Error {
StoreError(StoreError),
BeaconChainError(Box<BeaconChainError>),
UnknownBlockSlot(Hash256),
UnknownJustifiedBlock(Hash256),
UnknownJustifiedState(Hash256),
}
pub struct ForkChoice<T: BeaconChainTypes> {