From 04da9f7c45af3f4581e31125b482ab4e7540d2ce Mon Sep 17 00:00:00 2001 From: Marvin Jones Date: Thu, 13 Aug 2026 21:28:19 -0400 Subject: [PATCH] refactor(lee): centralize program-ownership check behind V03State::get_program --- lee/state_machine/src/state/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lee/state_machine/src/state/mod.rs b/lee/state_machine/src/state/mod.rs index 814315efa..b8d002c24 100644 --- a/lee/state_machine/src/state/mod.rs +++ b/lee/state_machine/src/state/mod.rs @@ -5,7 +5,7 @@ use lee_core::{ BlockId, Commitment, CommitmentSetDigest, DUMMY_COMMITMENT, MembershipProof, Nullifier, Timestamp, account::{Account, AccountId, Data}, - program::PROGRAM_STORAGE_OWNER, + program::{PROGRAM_STORAGE_OWNER, ProgramId}, }; use crate::{