This commit is contained in:
Hardhat Chad
2025-06-13 13:20:24 -07:00
parent f487593ba2
commit 1e4e9d9fdf
4 changed files with 70 additions and 30 deletions

View File

@@ -56,8 +56,8 @@ pub fn process_deposit(accounts: &[AccountInfo<'_>], data: &[u8]) -> ProgramResu
// Transfer collateral.
transfer(
sender_info,
signer_info,
sender_info,
collateral_info,
token_program,
amount,