Skip to content

Commit a698f21

Browse files
committed
New comment
1 parent 7f411d2 commit a698f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/rust/src/deserialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub fn load_checked<'a, T: PythAccount>(
8787
OracleError::SmallSizeOrNotEnoughRent.into(),
8888
)?;
8989

90-
90+
// Check header
9191
{
9292
let account_header = load_account_as::<AccountHeader>(account)?;
9393
pyth_assert(

0 commit comments

Comments
 (0)