fix: add private_pda_seeds to ChainedCall literals in example guests

This commit is contained in:
Moudy 2026-04-16 19:41:26 +02:00
parent 4b09aae852
commit ca5f421188
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ fn main() {
instruction_data: chained_call_instruction_data,
pre_states,
pda_seeds: vec![],
private_pda_seeds: vec![],
};
// Write the outputs.

View File

@ -65,6 +65,7 @@ fn main() {
instruction_data: chained_call_instruction_data,
pre_states: vec![pre_state_for_chained_call],
pda_seeds: vec![PDA_SEED],
private_pda_seeds: vec![],
};
// Write the outputs.