Update beacon_chain to latest DB

This commit is contained in:
Paul Hauner
2019-05-21 17:27:06 +10:00
parent 78368cc2cd
commit 058829b64d
3 changed files with 44 additions and 54 deletions

View File

@@ -20,7 +20,7 @@ pub enum BeaconChainError {
UnableToReadSlot,
BeaconStateError(BeaconStateError),
DBInconsistent(String),
DBError(String),
DBError(db::Error),
ForkChoiceError(ForkChoiceError),
MissingBeaconBlock(Hash256),
MissingBeaconState(Hash256),