Skip to content

Commit

Permalink
add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider committed Nov 20, 2024
1 parent ae08e97 commit 7516300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/mango-v4/src/accounts_ix/perp_prune_orders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub struct PerpPruneOrders<'info> {
#[account(
mut,
has_one = group,
// owner is checked at #1
// owner is not checked on purpose
)]
pub account: AccountLoader<'info, MangoAccountFixed>,

Expand Down

0 comments on commit 7516300

Please sign in to comment.