Skip to content

Commit

Permalink
Update slasher/src/migrate.rs
Browse files Browse the repository at this point in the history
Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com>
  • Loading branch information
dapplion and ethDreamer authored Jun 18, 2024
1 parent 0044d60 commit a7f0ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slasher/src/migrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl<E: EthSpec> SlasherDB<E> {
}),
(x, y) if x == y => Ok(self),
(3, 4) => {
// TODO migration
// TODO(electra): db migration due to `IndexedAttestationOnDisk`
Ok(self)
}
(_, _) => Err(Error::IncompatibleSchemaVersion {
Expand Down

0 comments on commit a7f0ba2

Please sign in to comment.