From 2aa585b847d1887d2c83771debd886125ed0623a Mon Sep 17 00:00:00 2001 From: Sergio Chouhy <41742639+schouhy@users.noreply.github.com> Date: Fri, 3 Apr 2026 11:54:19 -0300 Subject: [PATCH] Update programs/clock/core/src/lib.rs Co-authored-by: Daniil Polyakov --- programs/clock/core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/clock/core/src/lib.rs b/programs/clock/core/src/lib.rs index 77f2ff6e..c3c17ed6 100644 --- a/programs/clock/core/src/lib.rs +++ b/programs/clock/core/src/lib.rs @@ -11,7 +11,7 @@ pub const CLOCK_10_PROGRAM_ACCOUNT_ID: AccountId = pub const CLOCK_50_PROGRAM_ACCOUNT_ID: AccountId = AccountId::new(*b"/LEZ/ClockProgramAccount/0000050"); -/// All clock program account ID int the order expected by the clock program. +/// All clock program account ID in the order expected by the clock program. pub const CLOCK_PROGRAM_ACCOUNT_IDS: [AccountId; 3] = [ CLOCK_01_PROGRAM_ACCOUNT_ID, CLOCK_10_PROGRAM_ACCOUNT_ID,