diff --git a/programs/solisting/src/instructions/accept_order.rs b/programs/solisting/src/instructions/accept_order.rs index 83063c5..a152c2a 100644 --- a/programs/solisting/src/instructions/accept_order.rs +++ b/programs/solisting/src/instructions/accept_order.rs @@ -23,7 +23,6 @@ pub struct AcceptOrder<'info> { seeds = [b"order", order_account.listing.as_ref(), order_account.buyer.as_ref(), &order_account.order_id.to_le_bytes()], bump = order_account.bump, constraint = seller.key() == order_account.seller @ SolistingError::Unauthorized, - close = seller, )] pub order_account: Account<'info, OrderAccount>,