mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-12 12:49:36 +00:00
fix: add private_pda_seeds to ChainedCall literals in example guests
This commit is contained in:
parent
4b09aae852
commit
ca5f421188
@ -52,6 +52,7 @@ fn main() {
|
||||
instruction_data: chained_call_instruction_data,
|
||||
pre_states,
|
||||
pda_seeds: vec![],
|
||||
private_pda_seeds: vec![],
|
||||
};
|
||||
|
||||
// Write the outputs.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user