We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbbec1 commit 5151c16Copy full SHA for 5151c16
solana/programs/matching-engine/src/fallback/processor/initialize_fast_market_order.rs
@@ -142,7 +142,7 @@ pub(super) fn process(
142
// Create the new fast market order account and serialize the instruction
143
// data into it.
144
145
- let new_fast_market_order_info = &accounts[1];
+ let new_fast_market_order_info = &accounts[5];
146
let (expected_fast_market_order_key, fast_market_order_bump) = Pubkey::find_program_address(
147
&[
148
FastMarketOrder::SEED_PREFIX,
0 commit comments