Skip to content

Commit

Permalink
PENALTY_EVENT_HEAP=0
Browse files Browse the repository at this point in the history
  • Loading branch information
binyebarwe committed Dec 27, 2023
1 parent f576d81 commit 6a2174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/openbook-v2/src/state/market.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{accounts_zerocopy::KeyedAccountReader, state::orderbook::Side};
use super::{orderbook, OracleConfig};

pub const FEES_SCALE_FACTOR: i128 = 1_000_000;
pub const PENALTY_EVENT_HEAP: u64 = 5_000;
pub const PENALTY_EVENT_HEAP: u64 = 0;

#[account(zero_copy)]
#[derive(Debug)]
Expand Down

0 comments on commit 6a2174a

Please sign in to comment.