diff --git a/runtime/src/message_processor.rs b/runtime/src/message_processor.rs index 077dcb3a0..8bec2f989 100644 --- a/runtime/src/message_processor.rs +++ b/runtime/src/message_processor.rs @@ -133,8 +133,7 @@ pub fn verify_instruction( return Err(InstructionError::CreditOnlyDataModified); } - // executable is one-way (false->true) and - // only system or the account owner may modify. + // executable is one-way (false->true) and only the account owner may set it. if pre.executable != post.executable && (!is_debitable // line coverage used to get branch coverage || pre.executable // line coverage used to get branch coverage