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 83cc606 commit 8e2b670Copy full SHA for 8e2b670
program/rust/src/c_oracle_header.rs
@@ -11,5 +11,5 @@ include!("../bindings.rs");
11
pub const MAX_CI_DIVISOR: i64 = 3;
12
/// Bound on the range of the exponent in price accounts. This number is set such that the
13
/// PD-based EMA computation does not lose too much precision.
14
-pub const MAX_NUM_DECIMALS: i32 = 8;
+pub const MAX_NUM_DECIMALS: i32 = 12;
15
pub const PRICE_ACCOUNT_DEFAULT_MIN_PUB: u8 = 20;
0 commit comments