Update programs/clock/core/src/lib.rs

Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
This commit is contained in:
Sergio Chouhy 2026-04-03 11:54:19 -03:00 committed by GitHub
parent 55c75c55ae
commit 2aa585b847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,