From da06135a1920f420ff115069076c422bf64a06a9 Mon Sep 17 00:00:00 2001 From: Chris Heaney Date: Tue, 23 Jan 2024 22:46:53 -0500 Subject: [PATCH] jit: fix order slot log typo --- programs/jit-proxy/src/instructions/jit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/jit-proxy/src/instructions/jit.rs b/programs/jit-proxy/src/instructions/jit.rs index 9e8cfdf5..da04a23f 100644 --- a/programs/jit-proxy/src/instructions/jit.rs +++ b/programs/jit-proxy/src/instructions/jit.rs @@ -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