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 b283bbc commit d98b911Copy full SHA for d98b911
program/rust/src/c_oracle_header.rs
@@ -20,7 +20,7 @@ pub const PERMISSIONS_SEED: &str = "permissions";
20
21
/// If ci > price / PC_MAX_CI_DIVISOR, set publisher status to unknown.
22
/// (e.g., 20 means ci must be < 5% of price)
23
-pub const MAX_CI_DIVISOR: i64 = 20;
+pub const MAX_CI_DIVISOR: i64 = 3;
24
/// Bound on the range of the exponent in price accounts. This number is set such that the
25
/// PD-based EMA computation does not lose too much precision.
26
pub const MAX_NUM_DECIMALS: i32 = 8;
0 commit comments