Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 276526e

Browse files
committed
solana: fix comment
1 parent 2250845 commit 276526e

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

solana/programs/matching-engine/src/composite/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,7 @@ pub struct ExecuteOrder<'info> {
398398
)]
399399
pub initial_offer_token: UncheckedAccount<'info>,
400400

401-
/// CHECK: Must be the owner of initial offer token account. If the initial offer token account
402-
/// does not exist anymore, we will attempt to perform this check.
401+
/// CHECK: Must be the payer of the initial auction (see [Auction::prepared_by]).
403402
#[account(
404403
mut,
405404
address = active_auction.prepared_by,

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,6 @@
696696
},
697697
{
698698
"name": "initial_participant",
699-
"docs": [
700-
"does not exist anymore, we will attempt to perform this check."
701-
],
702699
"writable": true
703700
}
704701
]
@@ -891,9 +888,6 @@
891888
},
892889
{
893890
"name": "initial_participant",
894-
"docs": [
895-
"does not exist anymore, we will attempt to perform this check."
896-
],
897891
"writable": true
898892
}
899893
]

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -702,9 +702,6 @@ export type MatchingEngine = {
702702
},
703703
{
704704
"name": "initialParticipant",
705-
"docs": [
706-
"does not exist anymore, we will attempt to perform this check."
707-
],
708705
"writable": true
709706
}
710707
]
@@ -897,9 +894,6 @@ export type MatchingEngine = {
897894
},
898895
{
899896
"name": "initialParticipant",
900-
"docs": [
901-
"does not exist anymore, we will attempt to perform this check."
902-
],
903897
"writable": true
904898
}
905899
]

0 commit comments

Comments
 (0)