mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Make BeaconChain CheckPoint fields public
This commit is contained in:
@@ -32,10 +32,10 @@ pub enum BeaconChainError {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub struct CheckPoint {
|
pub struct CheckPoint {
|
||||||
beacon_block: BeaconBlock,
|
pub beacon_block: BeaconBlock,
|
||||||
beacon_block_root: Hash256,
|
pub beacon_block_root: Hash256,
|
||||||
beacon_state: BeaconState,
|
pub beacon_state: BeaconState,
|
||||||
beacon_state_root: Hash256,
|
pub beacon_state_root: Hash256,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl CheckPoint {
|
impl CheckPoint {
|
||||||
|
|||||||
Reference in New Issue
Block a user