Skip to content

Commit e6451e5

Browse files
authored
Update sdk/pinocchio/src/sysvars/clock.rs
1 parent 40c16c7 commit e6451e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/pinocchio/src/sysvars/clock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub type UnixTimestamp = i64;
3333
///
3434
/// All members of `Clock` start from 0 upon network boot.
3535
#[repr(C)]
36-
#[derive(Clone, Copy, Debug, Default)]
36+
#[derive(Clone, Copy, Debug)]
3737
pub struct Clock {
3838
/// The current `Slot`.
3939
pub slot: Slot,

0 commit comments

Comments
 (0)