We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2223dd9 commit d0fcb0bCopy full SHA for d0fcb0b
tokens/token-2022/transfer-fee/anchor/programs/transfer-fee/src/instructions/initialize.rs
@@ -92,7 +92,7 @@ pub fn process_initialize(
92
}
93
94
// helper to demonstrate how to read mint extension data within a program
95
-impl<'info> Initialize<'info> {
+impl Initialize<'_> {
96
pub fn check_mint_data(&self) -> Result<()> {
97
let mint = &self.mint_account.to_account_info();
98
let mint_data = mint.data.borrow();
0 commit comments