mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-01 00:41:20 +00:00
Fix issue with merging v0.5.0
This commit is contained in:
parent
4310f35b73
commit
7c7f81d188
@ -68,7 +68,7 @@ impl SimpleSync {
|
|||||||
network_id: self.network_id,
|
network_id: self.network_id,
|
||||||
latest_finalized_root: state.finalized_root,
|
latest_finalized_root: state.finalized_root,
|
||||||
latest_finalized_epoch: state.finalized_epoch,
|
latest_finalized_epoch: state.finalized_epoch,
|
||||||
best_root: state.latest_block_roots[0], //TODO: build correct value as a beacon chain function
|
best_root: Hash256::zero(), //TODO: build correct value as a beacon chain function
|
||||||
best_slot: state.slot - 1,
|
best_slot: state.slot - 1,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user