Skip to content

Commit 85a04cd

Browse files
committed
solana: fix constraint
1 parent 17fbfbd commit 85a04cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

solana/programs/matching-engine/src/processor/fast_fill/close_redeemed.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ use anchor_lang::prelude::*;
33

44
#[derive(Accounts)]
55
pub struct CloseRedeemedFastFill<'info> {
6-
#[account(mut)]
6+
#[account(
7+
mut,
8+
address = fast_fill.prepared_by,
9+
)]
710
prepared_by: Signer<'info>,
811

912
#[account(

0 commit comments

Comments
 (0)