Skip to content

Commit

Permalink
remove redundant payer account from update_proposal_config_v0 accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
solanamonk committed Jun 10, 2024
1 parent 0ccbe2e commit 8510885
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ pub struct UpdateProposalConfigArgsV0 {

#[derive(Accounts)]
pub struct UpdateProposalConfigV0<'info> {
#[account(mut)]
pub payer: Signer<'info>,
#[account(
mut,
has_one = authority,
Expand Down

0 comments on commit 8510885

Please sign in to comment.