Merge branch 'schouhy/add-block-context-system-accounts' of github.com:logos-blockchain/lssa into schouhy/add-block-context-system-accounts

This commit is contained in:
Sergio Chouhy 2026-04-03 18:21:17 -03:00
commit 4dd2f98fd4

View File

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