File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
solana/programs/matching-engine/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pub struct CloseFastMarketOrderAccounts<'ix> {
8
8
pub fast_market_order : & ' ix Pubkey ,
9
9
/// The account that will receive rent from the fast market order account.
10
10
/// This account is the only authority that can close the fast market order.
11
- /// TODO: Rename to "refund_recipient".
11
+ // TODO: Rename to "refund_recipient".
12
12
pub close_account_refund_recipient : & ' ix Pubkey ,
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ impl FastMarketOrder {
127
127
128
128
/// A double hash of the serialised fast market order. Used for seeds and
129
129
/// verification.
130
- /// TODO: Change return type to keccak::Hash
130
+ // TODO: Change return type to keccak::Hash
131
131
pub fn digest ( & self ) -> [ u8 ; 32 ] {
132
132
wormhole_svm_definitions:: compute_keccak_digest (
133
133
keccak:: hashv ( & [
You can’t perform that action at this time.
0 commit comments