File tree 3 files changed +1
-14
lines changed
programs/matching-engine/src/composite
3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -398,8 +398,7 @@ pub struct ExecuteOrder<'info> {
398
398
) ]
399
399
pub initial_offer_token : UncheckedAccount < ' info > ,
400
400
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]).
403
402
#[ account(
404
403
mut ,
405
404
address = active_auction. prepared_by,
Original file line number Diff line number Diff line change 696
696
},
697
697
{
698
698
"name" : " initial_participant" ,
699
- "docs" : [
700
- " does not exist anymore, we will attempt to perform this check."
701
- ],
702
699
"writable" : true
703
700
}
704
701
]
891
888
},
892
889
{
893
890
"name" : " initial_participant" ,
894
- "docs" : [
895
- " does not exist anymore, we will attempt to perform this check."
896
- ],
897
891
"writable" : true
898
892
}
899
893
]
Original file line number Diff line number Diff line change @@ -702,9 +702,6 @@ export type MatchingEngine = {
702
702
} ,
703
703
{
704
704
"name" : "initialParticipant" ,
705
- "docs" : [
706
- "does not exist anymore, we will attempt to perform this check."
707
- ] ,
708
705
"writable" : true
709
706
}
710
707
]
@@ -897,9 +894,6 @@ export type MatchingEngine = {
897
894
} ,
898
895
{
899
896
"name" : "initialParticipant" ,
900
- "docs" : [
901
- "does not exist anymore, we will attempt to perform this check."
902
- ] ,
903
897
"writable" : true
904
898
}
905
899
]
You can’t perform that action at this time.
0 commit comments