Skip to content

Commit

Permalink
fix fill event comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lou-Kamades committed Jan 10, 2024
1 parent 36eb9c4 commit a0f4d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/openbook-v2/src/state/orderbook/heap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ pub struct FillEvent {

pub price: i64,
pub peg_limit: i64,
pub quantity: i64, // number of quote lots
pub quantity: i64, // number of base lots
pub maker_client_order_id: u64,
pub reserved: [u8; 8],
}
Expand Down

0 comments on commit a0f4d8c

Please sign in to comment.