Skip to content

Commit

Permalink
solana: pay prepared by
Browse files Browse the repository at this point in the history
  • Loading branch information
a5-pickle committed Oct 8, 2024
1 parent 0b6ac7a commit 5daca98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pub fn initiate_transfer(ctx: Context<InitiateTransfer>) -> Result<()> {
ctx.accounts.token_program.to_account_info(),
token::CloseAccount {
account: custody_token.to_account_info(),
destination: ctx.accounts.payer.to_account_info(),
destination: ctx.accounts.prepared_by.to_account_info(),
authority: ctx.accounts.custodian.to_account_info(),
},
&[Custodian::SIGNER_SEEDS],
Expand Down

0 comments on commit 5daca98

Please sign in to comment.