Resolve some FIXMEs in the state cache

This commit is contained in:
Michael Sproul
2022-03-18 15:02:44 +11:00
parent 90ddaba1db
commit 648aba0332
2 changed files with 15 additions and 8 deletions

View File

@@ -53,6 +53,11 @@ pub enum Error {
SlotIsBeforeSplit {
slot: Slot,
},
FinalizedStateDecreasingEpoch,
StateForCacheHasPendingUpdates {
state_root: Hash256,
slot: Slot,
},
}
pub trait HandleUnavailable<T> {