Skip to content

Commit

Permalink
jit: fix order slot log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Jan 24, 2024
1 parent d54415e commit da06135
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 @@ -36,7 +36,7 @@ pub fn jit<'info>(ctx: Context<'_, '_, '_, 'info, Jit<'info>>, params: JitParams
.cast()?,
)?;
msg!(
"order slot = {} auction duration = {} slots_left = {}",
"slot = {} auction duration = {} slots_left = {}",
slot,
taker_order.auction_duration,
slots_left
Expand Down

0 comments on commit da06135

Please sign in to comment.