Skip to content

Commit 6ff462f

Browse files
committed
wip
1 parent 75d5342 commit 6ff462f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,13 @@ pub fn prepare_order_response_cctp_shim(
263263
}
264264

265265
let wormhole_guardian_set_info = &accounts[10];
266-
let shim_guardian_signatures = &accounts[11];
266+
let shim_guardian_signatures_info = &accounts[11];
267267

268268
let verify_hash_ix = VerifyHash {
269269
program_id: verify_vaa_shim_program_info.key,
270270
accounts: VerifyHashAccounts {
271271
guardian_set: wormhole_guardian_set_info.key,
272-
guardian_signatures: shim_guardian_signatures.key,
272+
guardian_signatures: shim_guardian_signatures_info.key,
273273
},
274274
data: VerifyHashData::new(guardian_set_bump, finalized_message_digest),
275275
}

0 commit comments

Comments
 (0)