File tree 1 file changed +3
-3
lines changed
solana/programs/matching-engine/src
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ pub mod matching_engine {
176
176
processor:: update_auction_parameters ( ctx)
177
177
}
178
178
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` .
181
181
/// # Arguments
182
182
///
183
183
/// * `ctx` - `CloseProposal` context.
@@ -195,7 +195,7 @@ pub mod matching_engine {
195
195
}
196
196
197
197
/// 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` .
199
199
/// # Arguments
200
200
///
201
201
/// * `ctx` - `UpdateFeeRecipient` context.
You can’t perform that action at this time.
0 commit comments