We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cd14c commit 7259562Copy full SHA for 7259562
bot/bot.py
@@ -144,8 +144,6 @@ async def on_auction_take(event: ContractLog) -> None:
144
145
@bot.on_(chain.blocks)
146
async def check_auctions_and_take(block: BlockAPI, context: Annotated[Context, TaskiqDepends()]) -> None:
147
- for auction, taker in auctions():
148
- execute_take(taker, 0)
149
state = load_state()
150
if not state:
151
return
0 commit comments