febo преди 10 месеца
родител
ревизия
ecc3f85a8a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      p-token/src/entrypoint.rs

+ 1 - 1
p-token/src/entrypoint.rs

@@ -112,7 +112,7 @@ pub fn process_instruction(
                 instruction.new_authority,
             )
         }
-        // 7 - InitializeMint
+        // 7 - MintTo
         Some((&7, data)) => {
             #[cfg(feature = "logging")]
             pinocchio::msg!("Instruction: MintTo");