From bce0e8dbc3af6707b7137eebf9576a02da211fa0 Mon Sep 17 00:00:00 2001 From: Chris Heaney Date: Mon, 22 Sep 2025 10:01:30 -0400 Subject: [PATCH] program: tweak ResizeSignedMsgUserOrders --- programs/drift/src/instructions/user.rs | 3 +++ 1 file changed, 3 insertions(+) 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>,