diff --git a/lee/state_machine/core/src/program/mod.rs b/lee/state_machine/core/src/program/mod.rs index 71ca4719c..2d7d4e6f7 100644 --- a/lee/state_machine/core/src/program/mod.rs +++ b/lee/state_machine/core/src/program/mod.rs @@ -15,7 +15,7 @@ pub const MAX_NUMBER_CHAINED_CALLS: usize = 10; pub type ProgramId = [u32; 8]; -/// TODO: This is a temporary conversion; will be removed once `Program` to `Account` +/// FIXME: This is a temporary conversion; will be removed once `Program` to `Account` /// migration is complete. impl From for AccountId { fn from(program_id: ProgramId) -> Self {