Add Clock sysvar details, update struct docs
This commit is contained in:
committed by
Michael Vines
parent
4260b3b416
commit
3a1e125ce3
@ -86,7 +86,8 @@ pub struct Clock {
|
||||
/// the future Epoch for which the leader schedule has
|
||||
/// most recently been calculated
|
||||
pub leader_schedule_epoch: Epoch,
|
||||
/// computed from genesis creation time and network time
|
||||
/// in slots, drifts!
|
||||
/// originally computed from genesis creation time and network time
|
||||
/// in slots (drifty); corrected using validator timestamp oracle as of
|
||||
/// timestamp_correction and timestamp_bounding features
|
||||
pub unix_timestamp: UnixTimestamp,
|
||||
}
|
||||
|
Reference in New Issue
Block a user