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