Skip to content

Commit

Permalink
Merge pull request #206 from openbook-dex/features/fees
Browse files Browse the repository at this point in the history
Remove event heap fee
  • Loading branch information
skrrb authored Dec 27, 2023
2 parents 5332d23 + 6a2174a commit 2394d7d
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 2394d7d

Please sign in to comment.