diff --git a/programs/jit-proxy/src/instructions/jit.rs b/programs/jit-proxy/src/instructions/jit.rs index e60657c..9e8cfdf 100644 --- a/programs/jit-proxy/src/instructions/jit.rs +++ b/programs/jit-proxy/src/instructions/jit.rs @@ -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