From ff24372421d4dae5c1b919a5d41b36fe3f4d6263 Mon Sep 17 00:00:00 2001 From: Hardhat Chad <155858888+HardhatChad@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:54:32 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f54cb0..63a8a7e 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ pub fn process_transfer(accounts: &[AccountInfo<'_>], data: &[u8]) -> ProgramRes signer_info.is_signer()?; - mint_info.to_mint()?; + mint_info.as_mint()?; sender_info .is_writable()?