Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad authored Oct 22, 2024
1 parent fd6cce7 commit ff24372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()?
Expand Down

0 comments on commit ff24372

Please sign in to comment.