fix clippy

This commit is contained in:
Sergio Chouhy
2026-04-02 21:44:33 -03:00
parent 7c1f8f4d68
commit 55c75c55ae
4 changed files with 35 additions and 37 deletions
-1
View File
@@ -21,7 +21,6 @@ pub const CLOCK_PROGRAM_ACCOUNT_IDS: [AccountId; 3] = [
/// The instruction type for the Clock Program. The sequencer passes the current block timestamp.
pub type Instruction = Timestamp;
/// The data stored in a clock account: `[block_id: u64 LE | timestamp: u64 LE]`.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct ClockAccountData {