Skip to content

Commit

Permalink
remove mut of pyth storage
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Dec 11, 2024
1 parent 7a79d54 commit 1255619
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/drift/src/instructions/pyth_lazer_oracle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ pub struct UpdatePythLazerOracle<'info> {
pub keeper: Signer<'info>,
/// CHECK: Pyth lazer storage account not available to us
#[account(
mut,
address = PYTH_LAZER_STORAGE_ID @ ErrorCode::InvalidPythLazerStorageOwner
)]
pub pyth_lazer_storage: AccountInfo<'info>,
Expand Down

0 comments on commit 1255619

Please sign in to comment.