We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c16c7 commit e6451e5Copy full SHA for e6451e5
sdk/pinocchio/src/sysvars/clock.rs
@@ -33,7 +33,7 @@ pub type UnixTimestamp = i64;
33
///
34
/// All members of `Clock` start from 0 upon network boot.
35
#[repr(C)]
36
-#[derive(Clone, Copy, Debug, Default)]
+#[derive(Clone, Copy, Debug)]
37
pub struct Clock {
38
/// The current `Slot`.
39
pub slot: Slot,
0 commit comments