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 75d5342 commit 6ff462fCopy full SHA for 6ff462f
solana/programs/matching-engine/src/fallback/processor/prepare_order_response.rs
@@ -263,13 +263,13 @@ pub fn prepare_order_response_cctp_shim(
263
}
264
265
let wormhole_guardian_set_info = &accounts[10];
266
- let shim_guardian_signatures = &accounts[11];
+ let shim_guardian_signatures_info = &accounts[11];
267
268
let verify_hash_ix = VerifyHash {
269
program_id: verify_vaa_shim_program_info.key,
270
accounts: VerifyHashAccounts {
271
guardian_set: wormhole_guardian_set_info.key,
272
- guardian_signatures: shim_guardian_signatures.key,
+ guardian_signatures: shim_guardian_signatures_info.key,
273
},
274
data: VerifyHashData::new(guardian_set_bump, finalized_message_digest),
275
0 commit comments