Revert "Fix sdk again"

This reverts commit 432b942c31.
This commit is contained in:
Guillermo Bescos 2024-05-03 11:52:49 +01:00
parent 9e119dc1f3
commit bb40c2adc1
1 changed files with 1 additions and 1 deletions

View File

@ -54,8 +54,8 @@ impl VerificationLevel {
/// - `verification_level`: The [`VerificationLevel`] of this price update. This represents how many Wormhole guardian signatures have been verified for this price update.
/// - `price_message`: The actual price update.
/// - `posted_slot`: The slot at which this price update was posted.
#[derive(BorshSchema)]
#[account]
#[derive(BorshSchema)]
pub struct PriceUpdateV2 {
pub write_authority: Pubkey,
pub verification_level: VerificationLevel,