mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 21:38:31 +00:00
Implement DB upgrade migration
This commit is contained in:
@@ -83,8 +83,8 @@ impl PartialEq<HeadTracker> for HeadTracker {
|
||||
/// This is used when persisting the state of the `BeaconChain` to disk.
|
||||
#[derive(Encode, Decode, Clone)]
|
||||
pub struct SszHeadTracker {
|
||||
roots: Vec<Hash256>,
|
||||
slots: Vec<Slot>,
|
||||
pub roots: Vec<Hash256>,
|
||||
pub slots: Vec<Slot>,
|
||||
}
|
||||
|
||||
impl SszHeadTracker {
|
||||
|
||||
Reference in New Issue
Block a user