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 f15fac5 commit e3fa870Copy full SHA for e3fa870
program/rust/src/tests/pyth_simulator.rs
@@ -492,12 +492,12 @@ impl PythSimulator {
492
let instruction = Instruction::new_with_bytes(
493
self.program_id,
494
bytes_of(&cmd),
495
- vec![AccountMeta::new(mapping_keypair.pubkey(), true)],
+ vec![AccountMeta::new(mapping_keypair.pubkey(), false)],
496
);
497
498
self.process_ixs(
499
&[instruction],
500
- &vec![mapping_keypair],
+ &vec![],
501
©_keypair(&self.genesis_keypair),
502
)
503
.await
0 commit comments