febo 10 tháng trước cách đây
mục cha
commit
ecc3f85a8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");