Skip to content

Commit 5151c16

Browse files
committed
[working] hotfix
1 parent 8fbbec1 commit 5151c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solana/programs/matching-engine/src/fallback/processor/initialize_fast_market_order.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pub(super) fn process(
142142
// Create the new fast market order account and serialize the instruction
143143
// data into it.
144144

145-
let new_fast_market_order_info = &accounts[1];
145+
let new_fast_market_order_info = &accounts[5];
146146
let (expected_fast_market_order_key, fast_market_order_bump) = Pubkey::find_program_address(
147147
&[
148148
FastMarketOrder::SEED_PREFIX,

0 commit comments

Comments
 (0)