Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d39ca6a

Browse files
committed
Nit: Added better description to function
1 parent 662545f commit d39ca6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

token/program-2022/src/onchain.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ pub fn invoke_transfer_checked<'a>(
8080
}
8181

8282
/// Helper to CPI into token-2022 on-chain, looking through the additional
83-
/// account infos to create the proper instruction with the proper account infos
83+
/// account infos to create the proper instruction with the fee
84+
/// and proper account infos
8485
#[allow(clippy::too_many_arguments)]
8586
pub fn invoke_transfer_checked_with_fee<'a>(
8687
token_program_id: &Pubkey,

0 commit comments

Comments
 (0)