Skip to content

Commit

Permalink
fix clippy transfer-fee
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Dec 28, 2024
1 parent 2223dd9 commit d0fcb0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub fn process_initialize(
}

// helper to demonstrate how to read mint extension data within a program
impl<'info> Initialize<'info> {
impl Initialize<'_> {
pub fn check_mint_data(&self) -> Result<()> {
let mint = &self.mint_account.to_account_info();
let mint_data = mint.data.borrow();
Expand Down

0 comments on commit d0fcb0b

Please sign in to comment.