Skip to content

Commit

Permalink
program: allow removing check for force closed tokens
Browse files Browse the repository at this point in the history
Signed-off-by: microwavedcola1 <[email protected]>
  • Loading branch information
microwavedcola1 committed Aug 19, 2024
1 parent 7863062 commit c6e1405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/mango-v4/src/state/oracle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const_assert_eq!(size_of::<OracleConfig>() % 8, 0);
#[derive(AnchorDeserialize, AnchorSerialize, Debug, Default)]
pub struct OracleConfigParams {
pub conf_filter: f32,
pub max_staleness_slots: Option<u32>,
pub max_staleness_slots: Option<i32>,
}

impl OracleConfigParams {
Expand Down

0 comments on commit c6e1405

Please sign in to comment.