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");