Skip to content

Commit 38d6409

Browse files
Update solana/programs/matching-engine/src/fallback/processor/initialize_fast_market_order.rs
Co-authored-by: A5 Pickle <[email protected]>
1 parent 8afe034 commit 38d6409

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
@@ -121,7 +121,7 @@ pub(super) fn process(
121121

122122
// Verify the VAA digest with the Verify VAA shim program.
123123
super::helpers::invoke_verify_hash(
124-
5, // verify_vaa_shim_program_index
124+
2, // verify_vaa_shim_program_index
125125
3, // wormhole_guardian_set_index
126126
4, // shim_guardian_signatures_index
127127
data.guardian_set_bump,

0 commit comments

Comments
 (0)