Skip to content

Commit

Permalink
jit: fix fail to fill log
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Jan 24, 2024
1 parent fe28366 commit 1c2ab77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/jit-proxy/src/instructions/jit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pub fn jit<'info>(ctx: Context<'_, '_, '_, 'info, Jit<'info>>, params: JitParams
// taker order failed to fill
msg!("taker order failed to fill");
msg!(
"taker price = {} maker price = {} oracle price {}",
"taker price = {} maker price = {} oracle price = {}",
taker_price,
maker_price,
oracle_price
Expand Down

0 comments on commit 1c2ab77

Please sign in to comment.