Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Jan 29, 2024
1 parent c643116 commit e25938b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ pub fn build_guardian_set_account() -> Account {
/**
* Setup to test the Pyth Receiver. The return values are a tuple composed of :
* - The program simulator, which is used to send transactions
* - The pubkey of an encoded VAA account, which is pre-populated and can be used to test post_updates
* - A vector of MerklePriceUpdate, corresponding to that VAA
* - The pubkeys of the encoded VAA accounts corresponding to the VAAs passed as argument, these accounts are prepopulated and can be used to test post_updates
*/
pub async fn setup_pyth_receiver(vaas: Vec<Vec<u8>>) -> ProgramTestFixtures {
let mut program_test = ProgramTest::default();
Expand Down

0 comments on commit e25938b

Please sign in to comment.