Skip to content

Commit 417b325

Browse files
committed
fix: outdated comment
1 parent 2a72be0 commit 417b325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk-libs/ctoken-sdk/src/ctoken/create_cmint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ pub fn derive_cmint_from_spl_mint(mint: &Pubkey, address_tree_pubkey: &Pubkey) -
531531
)
532532
}
533533

534-
/// Finds the SPL mint address from a mint seed
534+
/// Finds the compressed mint (c-mint) address from a mint seed.
535535
pub fn find_cmint_address(mint_seed: &Pubkey) -> (Pubkey, u8) {
536536
Pubkey::find_program_address(
537537
&[COMPRESSED_MINT_SEED, mint_seed.as_ref()],

0 commit comments

Comments
 (0)