@@ -90,7 +90,7 @@ async def main():
up_token,
down_token,
"UP",
up_ask_price - 0.01,
up_ask_price,
size=5,
)
trades += 1
@@ -103,7 +103,7 @@ async def main():
"DOWN",
down_ask_price - 0.01,
down_ask_price,
The note is not visible to the blocked user.