Skip to content

Commit

Permalink
settle ix: don't require a mut owner
Browse files Browse the repository at this point in the history
The owner has to sign, but its data is not even read.
  • Loading branch information
ckamm committed Apr 18, 2024
1 parent 5dd7400 commit bd1d8e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/openbook-v2/src/accounts_ix/settle_funds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use anchor_spl::token::{Token, TokenAccount};

#[derive(Accounts)]
pub struct SettleFunds<'info> {
#[account(mut)]
pub owner: Signer<'info>,
#[account(mut)]
pub penalty_payer: Signer<'info>,
Expand Down

0 comments on commit bd1d8e4

Please sign in to comment.