We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f411d2 commit a698f21Copy full SHA for a698f21
program/rust/src/deserialize.rs
@@ -87,7 +87,7 @@ pub fn load_checked<'a, T: PythAccount>(
87
OracleError::SmallSizeOrNotEnoughRent.into(),
88
)?;
89
90
-
+ // Check header
91
{
92
let account_header = load_account_as::<AccountHeader>(account)?;
93
pyth_assert(
0 commit comments