mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
Finished Gossip Block Validation Conditions (#2640)
* Gossip Block Validation is Much More Efficient Co-authored-by: realbigsean <seananderson33@gmail.com>
This commit is contained in:
@@ -40,6 +40,7 @@ macro_rules! easy_from_to {
|
||||
pub enum BeaconChainError {
|
||||
InsufficientValidators,
|
||||
UnableToReadSlot,
|
||||
UnableToComputeTimeAtSlot,
|
||||
RevertedFinalizedEpoch {
|
||||
previous_epoch: Epoch,
|
||||
new_epoch: Epoch,
|
||||
|
||||
Reference in New Issue
Block a user