Skip to content

Commit de3469d

Browse files
authored
solana: fix admin comments (#102)
Co-authored-by: A5 Pickle <a5-pickle@users.noreply.github.com>
1 parent 889c38f commit de3469d

File tree

1 file changed

+3
-3
lines changed
  • solana/programs/matching-engine/src

1 file changed

+3
-3
lines changed

solana/programs/matching-engine/src/lib.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ pub mod matching_engine {
176176
processor::update_auction_parameters(ctx)
177177
}
178178

179-
/// This instruction is used to close an existing proposal by closing the propsal account. This
180-
/// instruction can only be called by the `owner`.
179+
/// This instruction is used to close an existing proposal by closing the proposal account. This
180+
/// instruction can only be called by the `owner` or `owner_assistant`.
181181
/// # Arguments
182182
///
183183
/// * `ctx` - `CloseProposal` context.
@@ -195,7 +195,7 @@ pub mod matching_engine {
195195
}
196196

197197
/// This instruction is used to update the `fee_recipient` field in the `Custodian` account. This
198-
/// instruction can only be called by the `owner`.
198+
/// instruction can only be called by the `owner` or `owner_assistant`.
199199
/// # Arguments
200200
///
201201
/// * `ctx` - `UpdateFeeRecipient` context.

0 commit comments

Comments
 (0)