File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
solana/modules/matching-engine-testing/tests Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ pub fn initialize_fast_market_order_shimful_instruction(
166
166
fast_market_order_account : & fast_market_order_account,
167
167
guardian_set : & guardian_signature_info. guardian_set_pubkey ,
168
168
guardian_set_signatures : & guardian_signature_info. guardian_signatures_pubkey ,
169
- from_endpoint : from_endpoint ,
169
+ from_endpoint,
170
170
verify_vaa_shim_program : & WORMHOLE_VERIFY_VAA_SHIM_PID ,
171
171
system_program : & solana_program:: system_program:: ID ,
172
172
} ;
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ impl Deref for TestRouterEndpoints {
98
98
}
99
99
100
100
impl TestRouterEndpoints {
101
-
102
101
pub fn get_from_and_to_endpoint_addresses (
103
102
& self ,
104
103
transfer_direction : TransferDirection ,
You can’t perform that action at this time.
0 commit comments