Solana - updatePriceFeed instruction

It was working perfectly before

did you change it today?

========================================

pub struct UpdatePriceFeedAccounts {

pub payer: Pubkey,

pub pyth_solana_receiver:Pubkey,

pub encoded_vaa: Pubkey,

pub config: Pubkey,

pub treasury: Pubkey,

pub price_feed_account: Pubkey,

pub system_program: Pubkey,

}

========================================

“Program log: AnchorError caused by account: price_feed_account. Error Code: ConstraintSeeds. Error Number: 2006. Error Message: A seeds constraint was violated.”,

1 Like

gm,

I am going to need some additional context to debug this.

Can you provide the code that produced this?