Skip to content

Commit b2fd684

Browse files
Another bug fix
1 parent 5f7fa58 commit b2fd684

File tree

1 file changed

+1
-1
lines changed
  • src/flare_ai_defai/api/routes

1 file changed

+1
-1
lines changed

src/flare_ai_defai/api/routes/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async def chat(
153153

154154
if message.message.startswith("/"):
155155
return await self.handle_command(message.message)
156-
self.logger.debug(tx_queue=self.blockchain.tx_queue, tx_queue_minusone=self.blockchain.tx_queue[-1].msg)
156+
self.logger.debug(tx_queue=self.blockchain.tx_queue, tx_queue_len=len(self.blockchain.tx_queue))
157157
if (
158158
self.blockchain.tx_queue
159159
and message.message == self.blockchain.tx_queue[-1].msg

0 commit comments

Comments
 (0)