diff --git a/programs/drift/src/instructions/user.rs b/programs/drift/src/instructions/user.rs index 2b4a90e19f..8bfdd10066 100644 --- a/programs/drift/src/instructions/user.rs +++ b/programs/drift/src/instructions/user.rs @@ -4008,6 +4008,9 @@ pub struct ResizeSignedMsgUserOrders<'info> { pub signed_msg_user_orders: Box>, /// CHECK: authority pub authority: AccountInfo<'info>, + #[account( + has_one = authority + )] pub user: AccountLoader<'info, User>, #[account(mut)] pub payer: Signer<'info>,