Skip to content

Commit e9165f1

Browse files
minor edit
1 parent bf26f5d commit e9165f1

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
@@ -557,7 +557,7 @@ async def handle_borrow(self, message: str, user: UserInfo) -> dict[str, str]:
557557
self.blockchain.add_tx_to_queue(msg=message, txs=txs)
558558
formatted_preview = (
559559
"Transaction Preview: "
560-
+ f"Staking {Web3.from_wei(tx.get('value', 0), 'ether')} "
560+
#+ f"Staking {Web3.from_wei(tx.get('value', 0), 'ether')} "
561561
+ f"FLR to sFLR\nType CONFIRM to proceed."
562562
)
563563
return {"response": formatted_preview}

0 commit comments

Comments
 (0)