We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1305207 commit a6ccd6eCopy full SHA for a6ccd6e
1 file changed
tokens/escrow/anchor/programs/escrow/src/instructions/take_offer.rs
@@ -115,7 +115,7 @@ pub fn withdraw_and_close_vault(ctx: Context<TakeOffer>) -> Result<()> {
115
116
let accounts = CloseAccount {
117
account: ctx.accounts.vault.to_account_info(),
118
- destination: ctx.accounts.taker.to_account_info(),
+ destination: ctx.accounts.maker.to_account_info(),
119
authority: ctx.accounts.offer.to_account_info(),
120
};
121
0 commit comments