Skip to content

Commit 8cfe602

Browse files
authored
solana: fix owner comment (#169)
Co-authored-by: A5 Pickle <a5-pickle@users.noreply.github.com>
1 parent ed87b5b commit 8cfe602

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ pub mod matching_engine {
183183
}
184184

185185
/// This instruction is used to enact an existing auction update proposal. It can only be
186-
/// executed after the `slot_enact_delay` has passed. This instruction can only be called by
187-
/// the `owner` of the proposal.
186+
/// executed after the `slot_enact_delay` has passed. This instruction can only be called by the
187+
/// `owner`.
188188
///
189189
/// # Arguments
190190
///

solana/ts/src/idl/json/matching_engine.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2225,8 +2225,8 @@
22252225
"name": "update_auction_parameters",
22262226
"docs": [
22272227
"This instruction is used to enact an existing auction update proposal. It can only be",
2228-
"executed after the `slot_enact_delay` has passed. This instruction can only be called by",
2229-
"the `owner` of the proposal.",
2228+
"executed after the `slot_enact_delay` has passed. This instruction can only be called by the",
2229+
"`owner`.",
22302230
"",
22312231
"# Arguments",
22322232
"",

solana/ts/src/idl/ts/matching_engine.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2231,8 +2231,8 @@ export type MatchingEngine = {
22312231
"name": "updateAuctionParameters",
22322232
"docs": [
22332233
"This instruction is used to enact an existing auction update proposal. It can only be",
2234-
"executed after the `slot_enact_delay` has passed. This instruction can only be called by",
2235-
"the `owner` of the proposal.",
2234+
"executed after the `slot_enact_delay` has passed. This instruction can only be called by the",
2235+
"`owner`.",
22362236
"",
22372237
"# Arguments",
22382238
"",

0 commit comments

Comments
 (0)