Update handle_message to reject anchors with size less than 1

This commit is contained in:
Nawaz Haider
2026-01-02 16:20:59 +06:00
parent 3351d0675a
commit 09b6568037
+1
View File
@@ -125,6 +125,7 @@ async def handle_message(message):
or side != "BUY"
or not outcome
or (status != "MATCHED")
or (size < 1)
or (price > 0.50)
):
return