Skip to content

Commit

Permalink
don't subsidize guardian set creation (#172)
Browse files Browse the repository at this point in the history
* don't subsidize guardian set creation

This works around solana-labs/solana#9711 which causes issues when the guardian set creation is subsidized and another CPI call is done subsequently
  • Loading branch information
hendrikhofstadt authored Feb 2, 2021
1 parent 02c750b commit 8478735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solana/bridge/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ impl Bridge {
payer_info,
program_id,
&guardian_seed,
Some(bridge_info),
None,
)?;

let mut guardian_set_new_data = new_guardian_info.try_borrow_mut_data()?;
Expand Down

0 comments on commit 8478735

Please sign in to comment.