diff --git a/protocol-units/da/movement/protocol/util/src/blob/ir/data.rs b/protocol-units/da/movement/protocol/util/src/blob/ir/data.rs index bea8cb110..414a77e9b 100644 --- a/protocol-units/da/movement/protocol/util/src/blob/ir/data.rs +++ b/protocol-units/da/movement/protocol/util/src/blob/ir/data.rs @@ -28,7 +28,8 @@ where } pub fn now(blob: Vec) -> Self { - // mark the timestamp as now in milliseconds + // Define the block timestamp value. Aptos framework need a timestamp in micro sec. + // Changing this value will generate blocks that can't be executed. let timestamp = chrono::Utc::now().timestamp_micros() as u64; Self::new(blob, timestamp)