Skip to content

Commit

Permalink
feat(programs): Remove unused mut tag on accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
bguillaumat committed Dec 13, 2022
1 parent 0674ed8 commit 5fc1995
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions programs/program-manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ pub struct RemoveManagedProgram<'info> {
pub multisig: Account<'info, Ms>,

#[account(
mut,
seeds = [
b"squad",
multisig.key().as_ref(),
Expand Down Expand Up @@ -435,7 +434,6 @@ pub struct RemoveUpgrade<'info> {

// derive the managed program from the program manager
#[account(
mut,
seeds = [
b"squad",
program_manager.key().as_ref(),
Expand Down

0 comments on commit 5fc1995

Please sign in to comment.