Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Dec 5, 2024
1 parent ff48a96 commit 6735ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/drift/src/instructions/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4879,6 +4879,7 @@ pub struct UpdateHighLeverageModeConfig<'info> {
#[derive(Accounts)]
pub struct InitializeProtectedMakerModeConfig<'info> {
#[account(
mut,
constraint = admin.key() == admin_hot_wallet::id() || admin.key() == state.admin
)]
pub admin: Signer<'info>,
Expand Down

0 comments on commit 6735ff0

Please sign in to comment.