mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Delete slasher schema v4
This commit is contained in:
@@ -17,10 +17,6 @@ impl<E: EthSpec> SlasherDB<E> {
|
||||
software_schema_version: CURRENT_SCHEMA_VERSION,
|
||||
}),
|
||||
(x, y) if x == y => Ok(self),
|
||||
(3, 4) => {
|
||||
// TODO(electra): db migration due to `IndexedAttestationOnDisk`
|
||||
Ok(self)
|
||||
}
|
||||
(_, _) => Err(Error::IncompatibleSchemaVersion {
|
||||
database_schema_version: schema_version,
|
||||
software_schema_version: CURRENT_SCHEMA_VERSION,
|
||||
|
||||
Reference in New Issue
Block a user