We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9a876 commit d4288faCopy full SHA for d4288fa
programs/drift/src/instructions/user.rs
@@ -4008,6 +4008,9 @@ pub struct ResizeSignedMsgUserOrders<'info> {
4008
pub signed_msg_user_orders: Box<Account<'info, SignedMsgUserOrders>>,
4009
/// CHECK: authority
4010
pub authority: AccountInfo<'info>,
4011
+ #[account(
4012
+ has_one = authority
4013
+ )]
4014
pub user: AccountLoader<'info, User>,
4015
#[account(mut)]
4016
pub payer: Signer<'info>,
0 commit comments